@charset "utf-8";

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
header,
ul,
li,
dl,
dt,cf
dd,
ol,
nav,
input,
footer {
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea {
    /*font: 10px/1.5 'PingFang SC' Microsoft Yahei, Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;*/
}

body {
    height: 100%;
    /*font-family: 'PingFang SC', Arial, Helvetica, sans-serif;*/
}

html {
    width: 100%;
    height: 100%;
    -webkit-text-size-adjust: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul,
li {
    list-style: outside none none;
}




/*img{border:none;  vertical-align:middle; width:100%;}*/

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
    color: #333;
}

:focus {
    outline: 0;
}




/*去掉iPhone上的默认圆角样式*/

input {
    /*-webkit-appearance: none;*/
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input {
    /*-webkit-appearance: none;*/
}

textarea {
    -webkit-appearance: none;
}






/*去出选中时高亮*/

img,
a,
div {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    /*-webkit-user-select: none;*/
}

input[type="search"]::-webkit-search-cancel-button {
    display: none;
}






/*清除浮动*/

.clearfix:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

input[type=button],
input[type=text],
input[type=password] {
    -webkit-appearance: none;
    outline: none;
}

.no-content-title {
    color: #ccc !important;
}


.section {
    font-size: 0;
    width: 1140px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.section img {
    width: 100%;
    display: block;
}
.select_pics{
    display: none;
}
.section_select_b {
    position: relative;
}

.section_select_b .div_border {
    position: absolute;
    top: -3px;
    left: 50%;
    transform: translateX(-50%);
    height: 50px;
    line-height: 48px;
    width: 90%;
    border: 1px solid #555;
    color: #555;
    box-sizing: border-box;
    border-radius: 5px;
    font-family: din;
}

.section_select_b .div_border * {
    display: inline-block;
}

.section_select_b .div_border .txt1 {
    font-size: 16px;
    padding-left: 15px;
    padding-right: 30px;
    color: #333;
}

.section_select_b .div_border .txt2 {
    font-size: 20px;
}

.section_select_b .div_border i {
    position: absolute;
    top: 14px;
    right: 20px;
    font-size: 19px;
    transform: rotate(-90deg);
}

.section_select_b .section_select {
    display: block;
    height: 50px;
    width: 90%;
    color: #555;
    margin: 0 auto;
    border: 1px solid #555;
    opacity: 0;
}

.section_select_b .section_select option {
    width: 100%;
    display: block;
    box-sizing: border-box;
}

.section_m {
    width: 100%;
    font-size: 0;
}

.section_m img {
    display: block;
    width: 100%;
}