@charset "UTF-8";
*{
    margin: 0;
    padding: 0;
    /*box-sizing: border-box;*/
    /* -moz-user-select: none;
     -webkit-user-select: none;
     -ms-user-select: none;
     -khtml-user-select: none; !*早期浏览器*!
     user-select: none;*/
    font-family: "微软雅黑";
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

html{
    /*font-size: 100px;*/
    height: 100%;
    position: relative;
}
body{
    width: 100%;
    height: 100%;
    min-width: 320px;
    font-size:12px;
}
a{
    text-decoration: none;
    color: #333;
    display: block;
}
ul li{
    list-style: none;
}
span,p{
    line-height: 100%;
}
img,span{
    display: inline-block;
}
img{
    border: none;
}
a,button,input,optgroup,select,textarea {
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
input,select,option,textarea{outline: none;background: none;}
input{border: none;}
input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}
button{
    appearance: none;
    -webkit-appearance: none;
    border: none;
}
textarea{resize:none;}
.wrap1{
    width: 92%;
    margin: 0 auto;
}
.wrap2{
    width: 6.66rem;
    margin: 0 auto;
}
.clearfix{zoom:1}
.clearfix:after{
    content: ".";
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
    visibility: hidden;
}
.large-box{
    width: 100%;
    height: auto;
    min-height: 100%;
}
.home-box{
    width: 100%;
    position: relative;
}
.header-box{
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
}
.header-top{
    width: 100%;
    height: 42px;
    background: #AD4E86;
    font-size: 16px;
    color: #fff;
}
.header-top .wrap1{
    line-height: 42px;
}
.header-ul-btn{
    width: 25.5px;
    height: 19.5px;
    background: url("../img/meun.png") center no-repeat;
    background-size: 100% 100%;
    float: right;
    margin-top: 10px;
}
.header-bottom-box{
    background: rgba(0,0,0,0.5);
    display: none;
}
.header-bottom{
    width: 100%;
    height: auto;
    background: #AD4E86;
}
.header-li{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #CB8EB2;
    box-sizing: border-box;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.header-li:first-child{
    height: 35px;
    line-height: 35px;
    border-bottom: none;
    text-align: left;
}
.header-li:last-child{
    border-bottom: none;
}
.header-search-box{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: #CB8EB2;
    -webkit-border-radius:17.5px;
    -moz-border-radius:17.5px;
    -ms-border-radius:17.5px;
    -o-border-radius:17.5px;
    border-radius: 17.5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.search-icon{
    width: 15.5px;
    height: 15.5px;
    float: left;
    margin-top: 9.75px;
    margin-left: 13px;
    margin-right: 5px;
}
.search-input{
    -webkit-box-flex:1;
    -webkit-flex:1;
    -ms-flex:1;
    flex: 1;
    font-size: 14px;
    color: #fff;
    line-height: 35px;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:#E9CFDE;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#E9CFDE;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#E9CFDE;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#E9CFDE;
}
.main{
    width: 100%;
    height: 800px;
    background: green;
    word-wrap: break-word;
}
.main-box{
    margin-top:135px;
    padding-bottom: 25px;
}
.tabs-large-box{
    width: 100%;
    height: auto;
    position: fixed;
    top: 42px;
    background: #fff;
    z-index: 1;
}
.tabs-box{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10.5px;
}
.tabs-li{
    height: 25px;
    line-height: 25px;
    -webkit-box-flex:1;
    -webkit-flex:1;
    -ms-flex:1;
    flex: 1;
    text-align: center;
    color: #7A7A7A;
    font-size: 12px;
}
.active-tab-li{
    background: #AD4E86;
    color: #fff;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
    border-radius: 5px;
}
.en-tabs-box{
    padding-top: 15.5px;
    margin-bottom: 15.5px;
}
.en-tabs-box .active-tab-li{
    background: none;
    color: #AD4E86;
}
.lists-ul{
    width: 100%;
    height: auto;
}
.lists-li{
    width: 100%;
    height: 108px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: block;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ECECEC;
    margin-top: 8px;
}
.lists-li:first-child{
    margin-top: 0;
}
.lists-li-img{
    width: 135px;
    height: 100px;
    margin-right: 15px;
}
.lists-text-box{
    height: 100px;
    -webkit-box-flex:1;
    -webkit-flex:1;
    -ms-flex:1;
    flex: 1;
}
.lists-li-name{
    font-size: 16px;
    color: #333;
    max-height: 44px;
    overflow: hidden;
    line-height: 1.5;
    margin-bottom: 30px;
    font-weight: bold;
}
.desc-box{
    text-align: right;
    color: #333;
    line-height: 1.2;
}
.desc-box span{
    margin-left: 5px;
}
.page-box{
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 0;
    margin-top: 30px;
}
.page-li{
    display: inline;
    font-size: 12px;
    color: #666;
    margin: 0 5px;
}
.active-page{
    color: #AD4E86;
}
.sign-logo{
    width: 83.46%;
    height: auto;
    float: right;
    margin-top: 67px;
    margin-bottom: 16px;
}
.sign-desc{
    width: 100%;
    text-align: center;
    font-size: 19px;
    color: #AD4E86;
    clear: both;
    font-weight: bold;
    padding-bottom: 44px;
}
.forms{
    width: 69.86%;
    height: 40px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
    border-radius: 5px;
    margin: 0 auto 0 auto;
    line-height: 40px;
    display: block;
    box-sizing: border-box;
    margin-top: 20px;
}
.first-forms{
    margin-top: 0;
}
.form-input{
    background: #ECD1E1;
    padding: 0 10px;
    color: #AD4E86;
    font-size: 14px;
}
.form-input::-webkit-input-placeholder { /* WebKit browsers */
    color:#F4E6EE;
}
.form-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#F4E6EE;
}
.form-input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#F4E6EE;
}
.form-input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#F4E6EE;
}
.form-btn{
    background: #AD4E86;
    color: #fff;
    font-size: 14px;
}
.swiper-box{
    height: auto;
    padding-top:109.5px;
}
.gallery-top {
    height: auto;
    width: 100%;
    border: 1px solid #ccc;
    margin-top: 38px;
}
.gallery-thumbs-box {
    width: 100%;
    height: 74px;
    position: relative;
    display: inline-block;
    background: #eee;
    /*border: 2px solid #ccc;*/
    box-sizing: border-box;
    /* padding-top: 15px; */
}
.swiper-container{
    box-sizing: border-box;
}
.swiper-imgs{
    width: 100%;
    height: 259px;
}
.gallery-thumbs-box .gallery-thumbs {
    width: 80.7%;
    height: 50px;
    box-sizing: border-box;
    margin-top: 12px;
}
.gallery-thumbs .swiper-slide {
    width: 22.59%;
    height: 100%;
    opacity: 0.4;
}
.gallery-thumbs-box .gallery-thumbs .swiper-wrapper {
    margin-left: -38%;
}
.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}
.footer{
    width: 100%;
    height: 50px;
    background: #AD4E86;
    color: #fff;
    font-size: 16px;
    position: fixed;
    bottom: 0;
}
.yes-collection{
    color: #FFD800;
}
.personal-box .forms{
    width: 45.33%;
    margin-top: 15px;
}
.personal-box .form-input {
    background: none;
    padding: 0 0px;
    color: #666;
    font-size: 14px;
    display: table;
}
.personal-box .first-forms{
    padding-left: 0;
    height: auto;
    line-height: 100%;
}
.form-left{
    margin-right: 10px;
}
.title{
    font-size: 16px;
    color: #AD4E86;
    padding-top: 52px;
    margin-bottom: 14px;
    font-weight: bold;
}
.my-collection-box .main-box{
    margin-top: 0;
}
.personal-box .password-box{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.personal-box .password-box .form-left{
    line-height: 40px;
}
.password{
    -webkit-box-flex:1;
    -webkit-flex:1;
    -ms-flex:1;
    flex: 1;
    width: 100%;
    padding: 0;
    color: #666;
}
.password-border{
    border: 1px solid #ddd;
    padding: 0 10px;
}
/*弹窗*/
.mask-box{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(0,0,0,0.7);
    /*filter:alpha(opacity=0.7);*/
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#b2000000, endcolorstr=#b2000000);
    display: none;
}
.mask-cover{
    width: 100%;
    height: 100%;

}
/*@media screen and (max-width: 480px) {*/
/**/
/*}*/
/*@media screen and (max-width: 320px) {*/
/**/
/*}*/