/*头部*/
.container {
    width: 1200px;
}
.header{
    position: relative;
    background-color: #333333;
}
.header-main{
    width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-main>.nav>ul>li{
    float: left;
}
.nav ul li:hover .pro-dropdown{
    transform: rotateX(0);
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
}
.header-main>.nav>ul>li>a{
    font-size: 20px;
    color: #ccc;
    display: block;
    text-align: center;
    width: 132px;
    line-height: 80px;
    border-top:3px solid transparent;
}
.header-main>.nav>ul>li>a.current{
    background-color: #DC3839 !important;
    color: #fff;
}
.header-main>.nav>ul>li>a:hover{
    background-color: rgba(255,255,255,0.2);
    color: #fff;
}
.header-main>.user{
    font-size: 20px;
}
.header-main>.user>a{
    color: #fff;
    padding: 6px 12px;
    border: solid 1px #fff;
}
.header-main>.user>a:last-child{
    background-color: #e21b1c;
    border: solid 1px transparent;
}
.header-main>.user>a:hover{
    background-color: #e21b1c;
    border: solid 1px transparent;
 }
/*行业应用*/
.app{
    background: #FAFAFA;
    text-align: center;
}
.app h1{
    padding-top: 92px;
    font-size: 67px;
}
.app .list{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 74px;
}

.app a{
    display: block;
    margin-bottom: 20px;
    margin-right: 26px;
}
.app a:nth-child(4n+4){
    margin-right: 0px;
}
.app a:hover{
    box-shadow: 0 3px 20px rgba(0,0,0,0.1);
    margin-top: -5px;
    position: relative;
    z-index: 88;
}
.app .item{
    width: 280px;
    height: 329px;
    background: #fff;
}
.app a .item img{
    margin-top: 68px;
    transition: 1s;
}
.app a:hover .item img{
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}
.app a .item p{
    margin-top: 66px;
    font-size: 36px;
    color: #000;
}
/*成功案例*/
.case{
    text-align: center;
}
.case h1{
    padding-top: 53px;
    font-size: 67px;
}
.case .list{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 54px;
}
.case a{
    display: block;
    width: 400px;
    height: 171px;
    overflow: hidden;
}

.case a:hover{
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    margin-bottom: 10px;
    margin-top: -13px;
    position: relative;
    z-index: 1;
}

/*关于我们*/
.little-nav .container{
    width:1200px !important;
}
.little-nav {
    border-bottom: 2px solid #d2d2d2;
    height: 144px;
    line-height: 140px;
    text-align: center;
}
.little-nav ul{
    width: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.little-nav ul li{
    flex: 1;
}
.little-nav ul li a {
    font-family: FangSong;
    font-size: 36px;
    color: #030303;
    display: block;
}
.little-nav ul li a.active{
    border-bottom: 4px solid #fc0808;
    color: #fb0103;
    font-weight: bold;
}
.little-nav ul li a:hover{
    color: #fb0103;
    font-weight: bold;
}
.content{
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
}
.content div div:hover img{
    transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
}
.content div div img{
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

/*产品中心*/
.pro-container{
    background: #F5F5F5;
    padding: 30px 0;
}
.pro-main{
    width: 1200px;
    margin: auto;
    /*background: #fffcfc;*/
}
.pro-left{
    width: 304px;
    background-color: #ffffff;
    /*box-shadow: 0px 5px 10px 0px
    rgba(0, 0, 0, 0.37);*/
    position: relative;
    float: left;
    margin-right: 38px;
}
.pro-left h3{
    height: 78px;
    line-height: 78px;
    padding-left:30px;
    border-bottom: solid 1px #ccc;
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    background: #DC3839;
}

.pro-left>ul>li.active>a{
    /*border-left: 4px solid #e21b1c;*/
}
.menu-dropdown{
    background: url("../img/right.png") no-repeat center;
    width: 20px;
    height: 76px;
    display: inline-block;
    float: right;
    transition: all .3s;
}
.menu-dropdown-close{
}
.menu-dropdown-open{
    transform: rotate(90deg);
}
.pro-left>ul>li{
    border-bottom: solid 1px #ccc;
}
.pro-left>ul>li>a{
    font-family: Segoe UI;
    font-size: 24px;
    font-weight: normal;
    color: #616161;
    display: block;
    padding:0 20px;
    line-height: 76px;
}
.pro-left>ul>li>ul>li{
    line-height: 60px;
}
.pro-left>ul>li>ul>li>a{
    color: #333;
    display: block;
    padding:0 30px;
    font-size: 16px;
}
.pro-left>ul>li>ul>li.active>a{
    color: #fff;
    background-color: #fc4748;
}
.pro-left>ul>li>ul>li:not(.active):hover>a{
    color: #fc4748;
}
.pro-right{
    overflow: hidden;
}
.pro-header{
    padding-left: 38px;
    padding-right: 27px;
    height: 80px;
    line-height: 80px;
    font-family: Source Han Sans CN;
    font-size: 28px;
    background: #fff;
    border: 1px solid #d8d7d7;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pro-header a{
    width: 31px;
    height: 31px;
    background: url("../img/more_normal.png") no-repeat;
}
.pro-header a:hover{
    background: url("../img/more_select.png") no-repeat;
}
.pro-list{
    margin-top: 10px;
}
.pro-list:first-child{
    margin-top: 0;
}
.pro-list>ul{
    display: flex;
    flex-wrap: wrap;
}
.pro-list>ul>li{
    width: 272px;
    border: solid 1px #d8d7d7;
    background: #fff;
    height: 350px;
    text-align: center;
    margin-right: 21px;
    margin-top: 13px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.pro-list>ul>li:hover{
    webkit-box-shadow: 0 0 35px 2px rgba(0,0,0,0.15) inset;
    -moz-box-shadow: 0 0 35px 2px rgba(0,0,0,0.15) inset;
    box-shadow: 0 0 35px 2px rgba(44,0,0,0.15) inset;
}
.pro-list>ul>li:nth-child(3n){
    margin-right: 0;
}
.pro-list>ul>li img{
    margin-top: 35px;
    width: 158px;
    /*height: 167px;*/
    overflow: hidden;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.pro-list>ul>li:hover img{
    transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
}
.pro-list>ul>li h3{
    font-family: SimHei;
    font-size: 24px;
    color: #e21b1c;
}
.pro-list>ul>li>a>div{
    color: #999;
    font-size: 12px;
    margin-top: 25px;
}
.pro-list>ul>li>a>div>div{
    margin-top: 20px;
}
.pro-list>ul>li p{
    line-height: 1.6em;
}

.pro-dropdown{
    background-color: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    /*display: none;*/
    transform-origin: center top;
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    transition: transform .3s;
    overflow: hidden;
}
.pro-menu{
    margin: 0 auto;
    width: 1200px;
}
.pro-menu .pro-new{
    padding: 30px 0;
}
.pro-new ul{
    display: flex;
    justify-content: center;
    align-items: center;
}
.pro-new ul li{
    position: relative;
    flex: 1;
}
.pro-new ul li:last-child:after{
    display: none;
}
.pro-new ul li:after{
    content: '';
    position: absolute;
    right: 0;
    top:50%;
    height: 90px;
    margin-top: -45px;
    border: 1px solid #d4d4d4;
}
.pro-new ul li span{
    font-family: Segoe UI;
    font-size: 24px;
    color: #e21b1c;
    font-weight: normal;

}
.pro-new ul li .pro-img{
    text-align: center;
}
.pro-new ul li .pro-img img{
    width: 70px;
    height: 70px;
}
.pro-new ul li img{
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.pro-new ul li:hover p{
    color: #dc3839;
}
.pro-new ul li:hover img{
    transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
}
.pro-new ul li p{
    margin-top: 20px;
    font-family: Microsoft YaHei;
    font-size: 18px;
    color: #666;
    text-align: center;
}
.breadcrumb{
    background: transparent;
    margin-bottom: 0;
    margin-top: 25px;
    border-bottom: solid 2px #d8d8d8;
    border-radius: 0;
    padding: 12px 0;
}
.breadcrumb>li a{
    font-size: 24px;
    color: #333333;
}
.breadcrumb>li>a:hover{
    color: #DC3839;
}
.breadcrumb>li:first-child a{
    font-size: 30px;
}
.breadcrumb>li+li:before{
    color: #333333;
    content:">\00a0";
}

/*成功案例*/
.case-container{
    background-color: #f5f5f5;
}
.case-pc{
    position: relative;
    text-align: center;
    margin-top:-180px;
}
.case-wrapper{
    width: 1200px;
    margin: 0 auto;
}
.case-wrapper h2{
    text-align: center;
    font-family: Microsoft YaHei;
    font-size: 36px;
    color: #666666;
}
.case-wrapper>p{
    margin-top: 24px;
    font-family: Microsoft YaHei;
    font-size: 28px;
    line-height: 37px;
    color: #333333;
}
.case-main{
    padding: 30px 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.case-list{
    width: 380px;
    background-color: #fff;
    margin-right: 30px;
    margin-top: 38px;
}
.case-list img{
    height: 200px;
}
.case-list h3{
    font-family: Source Han Sans CN;
    font-size: 28px;
    color: #333333;
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
}
.case-list p{
    font-family: Microsoft YaHei;
    font-size: 18px;
    line-height: 30px;
    color: #666666;
    margin: 10px 0;
    padding: 0 15px;
}
.case-list:nth-child(3n){
    margin-right: 0;
}
.case-list:nth-child(1),.case-list:nth-child(2),.case-list:nth-child(3){
    margin-top: 0;
}

/*渠道合作*/
.banner{
    position: relative;
}
.banner-content{
    width: 1200px;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    text-align: center;
}
.banner-content h1{
    font-family: SourceHanSansCN-Medium;
    font-size: 72px;
}
.banner-content p{
    font-family: SimSun;
    font-size: 36px;
    margin-top: 30px;
}
.banner-content a{
    display: inline-block;
    margin-top: 53px;
    width: 300px;
    height: 100px;
    line-height: 100px;
    background-color: #FB0102;
    font-size: 36px;
    color: #fff;
    border-radius: 4px;
}
.advantage{
    text-align: center;
    background-color: #fff;
}
.advantage>div{
    padding: 95px 0;
    width: 1065px;
    margin: 0 auto;
}
.advantage h2{
    font-family: SimHei;
    font-size: 36px;
}
.advantage-content ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.advantage-content ul li{
    width: 261px;
    height: 261px;
    border-radius: 50%;
    margin-right: 138px;
    margin-top: 101px;
    background: #f6f6f6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.advantage-content ul li p{
    margin-top: 30px;
    font-family: SimHei;
    font-size: 36px;
}
.advantage-content ul li:nth-child(3n){
    margin-right: 0px;
}
.condition{

    background-color: #f9f9f9;
    padding: 160px 0;
}
.condition-content{
    width: 1200px;
    margin: 0 auto;
}
.condition-content h2{
    font-family: SimHei;
    font-size: 36px;
    text-align: center;
}
.condition-content ul{
    margin-top: 90px;
    display: flex;
    justify-content: space-between;

}
.condition-content ul li{
    width: 266px;
    border-bottom: solid 1px #c9c9c9;
    border-left: solid 1px #c9c9c9;
    border-right: solid 1px #c9c9c9;
    background-color: #ffffff;
}
.condition-content ul li:nth-child(2) h3{
    color: #00f6dd;
    border-top: 4px solid #00f6dd;
}
.condition-content ul li:nth-child(3) h3{
    color: #ff6600;
    border-top: 4px solid #ff6600;
}
.condition-content ul li:nth-child(4) h3{
    color: #f23f3f;
    border-top: 4px solid #f23f3f;
}
.condition-content ul li h3{
    height: 72px;
    line-height: 72px;
    font-family: SimHei;
    font-size: 36px;
    color: #3388ff;
    border-top: 4px solid #3388ff;
    border-bottom: solid 1px #c9c9c9;
    text-align: center;
}

.condition-content ul li p{
    height: 170px;
    display: table-cell;
    vertical-align: middle;
    padding: 0 22px;
    line-height: 40px;
    font-family: SimHei;
    font-size: 24px;
    color: #666666;
}
.process{
    background-color: #fefefe;
}
.process-content{
    width: 1200px;
    margin: 0 auto;
    padding: 90px 0;
    text-align: center;
}
.process-content h2{
    font-family: SimHei;
    font-size: 36px;
}
.process-content ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 90px;
}
.process-content ul li{
    width: 195px;
    height: 195px;
    border-radius: 50%;
    background: #f6f6f6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.process-content ul li p{
    margin-top: 19px;
    font-family: SimHei;
    font-size: 24px;
}
/*联系我们*/
.contact-content{
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
}
.address{
    padding: 0 68px;
}
.address h2{
    width: 638px;
    border-bottom: dashed 1px #707070;
    font-family: SimHei;
    font-size: 36px;
    color: #373535;
    padding: 26px 66px 26px;
    background: url("../img/loc.png") no-repeat left center;
}
.site{
    margin: 52px 0;
}
.site p{
    font-family: SimHei;
    font-size: 28px;
    color: #666666;
}
.site p:last-child{
    margin-top: 16px;
}
.contact ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact ul li{
    width: 497px;
    height: 133px;
    box-shadow: 0px 3px 6px 0px
    rgba(0, 0, 0, 0.16);
    font-family: SimHei;
    font-size: 36px;
    color: #333333;
    padding: 20px 0;
    background: #fff url("../img/tel.png") no-repeat 24px center;

}
.contact ul li:last-child{
    background: #fff url("../img/email.png") no-repeat 24px center;
}
.contact ul li p{
    padding-left: 175px;
}
.contact ul li p:last-child{
    margin-top: 21px;
}
/*在线留言*/
.contact-form-area {
    color: #030303;
}
.contact-form-area .container{
    width: 1088px;
}
.contact-form-area p{
    font-family: SimHei;
    font-size: 36px;
    margin-bottom: 20px;
}
h4.contact-title {
    font-family: Microsoft YaHei;
    font-size: 36px;
    color: #e21b1c;
    margin-bottom: 52px;
    margin-top: 14px;
}
.contact-form-area .input{
    border: solid 1px #707070;
    margin-bottom: 23px;
    border-radius: 4px;
    padding: 1px;
}
.contact-form-area input,.contact-form-area textarea{
    color: #777777;
    font-size: 18px;
    height: 50px;
    padding: 0 23px;
    width: 100%;
    background: #ffffff none repeat scroll 0 0;
    border: none;
}
.contact-form-area textarea {
    height: 318px;
    padding-top: 13px;
    resize: none;
}
.contact-form-area .button-default {
    margin: 0 auto;
    width: 283px;
    height: 83px;
    background-color: #e21b1c;
    border-radius: 59px;
    border: solid 1px #707070;
    font-family: Microsoft YaHei;
    font-size: 36px;
    color: #ffffff;
    display: block;
}
.section-padding {
    padding: 60px 0;
}
.message_code{
    display: flex;
}
.message_code img {
    height: 50px;
    cursor: pointer;
    border-left: solid 1px #707070;
}
/*找回密码*/
.find_pwd{
    background: #fafafa;
    padding: 90px 0;
}
.find_pwd_main{
    width: 1052px;
    margin: 0 auto;
}
.find_pwd_main h1{
    font-family: Source Han Sans CN;
    font-size: 40px;
    color: #1d1d1d;
}
.step_head{
    margin-top: 45px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.step{
    width: 263px;
    height: 28px;
    padding-top: 43px;
    font-family: SimHei;
    font-size: 28px;
    color: #333333;
}
.step1{
    background: url("../img/step1ed.png") no-repeat left top;
}
.step2{
    background: url("../img/step2.png") no-repeat left top;
}
.step3{
    background: url("../img/step3.png") no-repeat left top;
}
.step4{
    background: url("../img/step4.png") no-repeat left top;
}
.step2ed{
    background: url("../img/step2ed.png") no-repeat left top;
}
.step3ed{
    background: url("../img/step3ed.png") no-repeat left top;
}
.step4ed{
    background: url("../img/step4ed.png") no-repeat left top;
}
.step_body{
    margin: 100px auto;
}
.step_body .container{
    width: inherit;
}
.step4_body .row{
    background: url("../img/finish.png") no-repeat 25% center;
    padding-left: 130px;
}
.step4_body p:nth-child(1){
    font-family: SimHei;
    font-size: 36px;
    color: #e21b1c;
}
.step4_body p:nth-child(2){
    font-family: SimHei;
    font-size: 30px;
    color: #000000;
    margin-top: 32px;
}
.step4_body p:nth-child(2) a{
    color: #e21b1c;
}
.step_body label{
    font-family: SimHei;
    font-size: 28px;
    color: #7b7b7b;
    font-weight: normal;
    text-align: right;
}
.step_body input{
    height: 55px;
    font-size: 20px;
    border: none;
    padding: 0 15px;
}
.step_body .message_code img{
    height: 55px;
}
.step_body .input{
    border: solid 1px #707070;
    padding: 0;
    background-color: #fff;
}
.step4_body .input a{
    display: inline-block;
    text-align: center;
    width: 50%;
    line-height: 55px;
    background: #fff;
    border-left: solid 1px #707070;
    font-family: SimHei;
    font-size: 20px;
    color: #000000;
}
.step_body .container .row{
    display: flex;
    align-items: center;
    justify-content: center;
}

.tip{
    font-family: SimHei;
    font-size: 24px;
    color: #7b7b7b;
    padding: 0;
}
.step_body input[type="submit"]{
    height: 65px;
    background-color: #e11a1b;
    display: block;
    text-align: center;
    line-height: 65px;
    font-family: SimHei;
    font-size: 30px;
    color: #ffffff;

}
.step2_body,.step3_body,.step4_body{
    display: none;
}
/*产品详情*/
.news-details-area .container{
    width: 1200px;
}
.news-details-row1{
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
}
.news-details-row2{
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #fff;
    padding-left: 50px;
    padding-right: 50px;
}
.news-details-row2 .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    border:none;
    border-bottom:6px solid #e11a1b;
    background-color: #f8f8f8;
    color: #e21b1c;
}
.news-details-row2 .nav-tabs>li{
    margin-bottom: 0;
}
.news-details-row2 .nav-tabs>li>a{
    color: #333333;
    border-radius: 0;
    border: none;
    font-size: 36px;
    margin-right: 0;
    padding: 25px 30px;
}
.news-details-row2 .nav-tabs>li>a:hover{
    border-bottom:6px solid #e11a1b;
    color: #e21b1c;
    background-color: #f8f8f8;
}
.news-details-row2 .nav-tabs{
    border-bottom: none;
}
.news-details-row2 .tab-content{
    margin:40px 0;
}
.news-details-row2 .tab-content img{
    margin: 0 auto;
    display: block;
}
#showbox span { background:url("../img/whitebg.png") repeat;}
#showsum { left:25px; margin-top:10px;}
#showsum span { border:1px solid #ddd;}
#showsum span.sel { border:1px solid #f60;}

.showpage { width:500px; position:relative;}
.showpage a { display:block; width:15px; border:1px solid #ddd; height:60px; line-height:60px; background:#eee; text-align:center; font-size:18px; position:absolute; left:0; top:-80px; text-decoration:none; color:#999;}
.showpage a#shownext { left:auto; right:0;}
.showpage a:hover { background:#ccc; color:#777;}

.news-details-content{
    margin-top: 80px;
}
.news-details-content h1{
    font-family: Microsoft YaHei;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 23px;
    border-bottom: solid 1px #707070;
}
.single-item-comment-view{
    margin-top: 50px;
}
.single-item-comment-view p{
    font-size: 20px;
    margin-top: 30px;
    color: #999999;
}
.news-details-content{
    padding-left: 50px;
}

.news-details-content .news-btn{
    margin-top: 90px;
}
.news-details-content .news-btn a{
    width: 160px;
    height: 55px;
    line-height: 55px;
    background-color: #e21b1c;
    display: inline-block;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
}
.single-item-comment-view p:first-child{
    margin-top: 0;
}
/*底部*/
.footer{
    background: #2C2E35;
    padding: 30px 0;
}
.footer dl dt{
    font-size: 20px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: normal;
}
.footer dl dd{
    line-height: 2.5;
    color: #b0b0b0;
}
.footer dl dd a{
    color: #b0b0b0;
}
.footer dl dd a:hover{
    color: #fff;
}
.footer .container{
    width: 1200px;
}
.footer .qrcode{
    text-align: center;
}
.footer-area {
    color: #b0b0b0;
    font-size: 12px;
    padding: 18px 0;
    background-color: #3A3A3D;
    text-align: center;
}
.footer-area a{
    color: #b0b0b0;
}
.footer-area a:hover{
    color: #DC3839;
}
.close{
    opacity: 1;
}
.modal-header .close{
    margin-top: -22px;
    margin-right: -22px;
}
.modal-header{
    padding: 0;
    border: none;
}
.popup div:last-child p:nth-child(1){
    background: url("../img/mobile.png") no-repeat;
    padding-left: 60px;
    background-size: contain;
    font-size: 26px;
}
.popup div:last-child p:nth-child(2){
    margin-top: 40px;
    background: url("../img/mail.png") no-repeat;
    padding-left: 60px;
    background-size: contain;
    font-size: 26px;
}
.popup div:last-child p:nth-child(3){
    margin-top: 40px;
    font-size: 22px;
    color: #e21b1c;
}
.popup div:last-child p:nth-child(3) span{
    width: 1px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.popup div:last-child p:nth-child(3) img{
    vertical-align:middle;
    margin-left: 30px;
    display: inline;
}
#product_specification .table>thead>tr>th{background-color:#f4f5f6;color:#333;line-height:40px;padding-left:20px;}
#product_specification .table>tbody>tr>th{width:20%;text-align:center;font-weight:normal;color:#333;padding:14px 10px;}
#product_specification .table>tbody>tr>td{color:#999;padding:14px 10px;}
.hide1{
    display: none;
}
.show1{
    display: block;
}
.close:focus, .close:hover{
    opacity: 1;
}
.eye{
    position: relative;
}
.eye a{
    width: 32px;
    height: 22px;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.eye-hide{
    background: url("../img/hide.png") no-repeat center;
}
.eye-show{
    background: url("../img/show.png") no-repeat center;
}