.conaniner1{
    width: 1200px;
    margin: auto;
    padding-top: 40px;
}
.banner{
    width: 42%;
    float: left;
}
.banner img{
    width: 100%;
}
.banner img:nth-of-type(2){
    display: none;
}
.pay-cont{
    width: 58%;
    float: left;
}
.pay-cont>div{
    margin-left: 30px;
}
.pay-cont-info h2{
    font-size: 30px;
}
.pay-cont-info>img:nth-of-type(2){
    display: none;
}
.fs20{
    font-size: 20px;
}
.text-red{
    color: #ff0000;
}
.pay-cont-info .pay-text{
    margin: 10px 0 30px;
}
.pay-label {
    font-size: 20px;
    color: #262626;
    float: left;
    display: block;
    width: 64px;
    height: 36px;
    line-height: 36px;
}
.input-group .choose-btn:nth-of-type(1){
    margin-top: 0;
}
.choose-active{
    color: #fff;
    background-color: #ff0000;
    border-color: #ff0000;
}
.choose-btn .checkbox {
    width: 100%;
    height: 100%;
}
.check-group {
    cursor: pointer;
    position: relative;
}
.checkbox {
    top: 0;
    left: 0;
    position: absolute;
    width: 20px;
    height: 20px;
    z-index: -1;
    visibility:hidden;
}
label.error {
    margin-left: 84px;
    clear: both;
    padding: 5px 0 0;
    display: block;
    color: #ff0000;
    font-size: 14px;
}
#phone-error{
    margin-left: 0;
}
.pay-input {
    border: 1px solid #666;
    border-radius: 5px;
    color: #666;
    outline: none;
    background: #fff;
    padding: 10px;
    /* margin-left: 20px; */
    width: 300px;
    font-size: 18px;
}
.input-group {
    clear: both;
    overflow: hidden;
    margin-bottom: 30px;
}
.pay-btn{
    border-radius: 5px;
    font-size: 18px;
    padding: 10px 0;
    width: 50%;
    float: right;
    margin-left:0;
    border:none;
    color: #fff;
    background-color: #707070;
    text-align: center;
}
.ml84 {
    margin-left: 84px;
}
.choose-btn,.choose-btn1{
    display: block;
    outline: none;
    border-radius: 5px;
    background: #fff;
    border:1px solid #666;
    padding: 8px;
    margin-top: 10px;
    font-size: 20px;
}
.choose-active{
    color: #fff;
    background-color: #ff0000;
    border-color: #ff0000;
}
.captcha-group{
    margin-left: 20px;
    float: left;
}
.captcha-group1{
    width: 322px;
    margin-left: 20px;
}
#captcha{
    width: 40%;
}
.check-group img {
    float: left;
    margin-right: 5px;
}
.check-group p{
    line-height: 20px;
}
.check-group1 p{
    display: inline-block;
}
.price{
    width: 322px;
    background:#f2f2f2;
    border-color:transparent;
}
.alipay-pay{
    background: #0099ff;
    padding: 10px;
    width: 322px;
    outline: none;
    color: #fff;
    border:none;
    border-radius: 5px;
}
.preorder-intro{
    clear: both;
    padding-top: 80px;
}
.preorder-intro-list{
    list-style: none;
}
.preorder-intro-item{
    width: 33.333%;
    float: left;
}
.preorder-intro-list .preorder-intro-item:nth-last-of-type(1) p{
    border-right: 1px solid #666;
}
.preorder-intro-item p{
    border-top:1px solid #666;
    border-bottom:1px solid #666;
    border-left:1px solid #666;
    text-align: center;
    height: 84px;
    line-height: 84px;
    cursor: pointer;
    font-size: 30px;
}
.preorder-intro-list .active p{
    background-color: #ff0000;
    color: #fff;
}
.product-item img{
    width: 100%;
}
.product-item img:nth-last-of-type(1),.pay-cont>div:nth-of-type(2) img:nth-last-of-type(1){
    display: none;
}
.pay-cont>div:nth-last-of-type(1) img{
    width: 100%;
}
.product-detail-choose{
    border: 2px solid #d5d5d5;
    background: #efefef;
    overflow: hidden;
    padding: 20px;
    font-size: 20px;
}
.product-detail-choose .left{
    float: left;
}
.product-detail-choose .right{
    float: right;
}
.show-radio input{
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.show-radio label{
    cursor: pointer;
}
.show-radio{
    display: inline-block;
}
.dialog{
    display: none;
}
.dialog-info{
    width: 300px;
    background: #fff;
    height: 260px;
}
.dialog-close,.notification-close{
    position: absolute;
    top: 2px;
    right: 5px;
    font-size: 25px;
    cursor: pointer;
}
.dialog-header{
    padding: 10px 10px 0;
}
.dialog-body,.notification-body{
    padding: 20px 10px 0;
}
.image-code {
    cursor: pointer;
    display: block;
    margin: 0 auto;
    width: 200px !important;
}
.input-text{
    width: 198px;
    margin: 0 auto;
    display: block;
    border: 1px solid #262626;
    border-radius: 5px;
}
.input-text input{
    width: 160px;
    padding: 10px;
    margin: 0;
    border-radius: 5px;
    border:none;
    outline: none;
    color: #808080;
}
.dialog-info label.error{
    margin-left: 0;
    padding: 0;
    width: 200px;
    margin: 10px auto 0;
    display: none;
    /* position: absolute;
    bottom: 10px;
    left: 0;
    margin-left: 0;
    padding: 0; */
}
.dialog-body .input-group{
    width: 200px;
    margin: 0 auto 20px;
}
.dialog-body .btn{
    margin-left: 0;
    padding: 10px 30px;
}
.btn-submit{
    border-color:#0099ff;
    background: #0099ff;
    color: #fff;
}
.btn-cacel{
    float: right;
}
.notification-info{
    width: 300px;
    padding: 0 20px 20px;
    box-sizing: border-box;
    border-radius: 2px;
    position: fixed;
    left: 50%;
    margin-left: -150px;
    background-color: #fff;
    box-shadow: 0 5px 4px rgba(0,0,0,.12), 0 0 6px rgba(0,0,0,.04);
    transition: opacity .3s,transform .3s,right .3s,top .4s;
    overflow: hidden;
    top: 50px;
    z-index: 999999;
    display: none;
}
/* 表格 */
.product-table{
    border: none;
    border-collapse: collapse;
    width: 100%;
}
.product-table tr th{
    background: #ff0000;
    color: #fff;
}
.product-table tr th,.product-table tr td{
    border:2px solid #c1c1c1;
    text-align: center;
}
.frist-tr{
    font-size: 40px;
}
.second-tr{
    font-size: 36px;
}
.frist-tr th{
    padding: 20px 0;
}
.second-tr th{
    padding: 10px 0;
}
.product-table tr td a{
    color: #666;
    font-size: 1.25em;
}
.product-table tr td h1{
    font-size: 32px;
    color: #424242;
}
.product-table tr td p{
    margin: 20px 0;
}
.product-table tr td h2{
    font-weight: normal;
    font-size: 20px;
    color: #666;
}
@media screen and (max-width:1200px){
    .banner{
        width: 45%;
    }
    .conaniner1{
        width: 80%;
    }
    .pay-cont-info>img{
        width: 100%;
    }
    .pay-cont-info h2{
        font-size: 24px;
    }
    .choose-btn, .choose-btn1{
        font-size: 16px;
    }
    .choose-btn1{
        margin-top: 0;
    }
    .pay-label{
        font-size: 16px;
    }
    .pay-input{
        font-size: 14px;
    }
    .pay-btn{
        font-size: 14px;
    }
    .pay-cont-info .pay-text{
        margin:10px 0 20px;
        font-size: 16px;
    }
    .pay-cont{
        width: 55%;
    }
    .input-group{
        margin-bottom: 20px;
    }
    .preorder-intro-item p{
        font-size: 26px;
    }
}
@media screen and (max-width:1090px){
    .pay-cont-info h2{
        font-size: 20px;
    }
    .pay-cont-info .pay-text{
        font-size: 14px;
    }
    .choose-btn, .choose-btn1{
        font-size: 14px;
    }
    .check-group1 p{
        font-size: 14px;
    }
    .preorder-intro-item p{
        font-size: 24px;
    }
    .input-group{
        margin-bottom: 14px;
    }
}
@media screen and (max-width:1024px){
    .pay-input{
        width: 200px;
    }
    #captcha{
        width: 38%;
    }
    .alipay-pay,.choose-btn1,.captcha-group1{
        width: 222px;
    }
    .conaniner1{
        width: 90%;
    }
    .second-tr{
        font-size: 20px;
    }
    .frist-tr{
        font-size: 24px;
    }
    .product-table tr td h1{
        font-size: 18px;
        margin: 10px 0;
    }
    .product-table tr td p{
        margin: 0 0 10px;
    }
    .product-table tr td h2{
        font-size: 16px;
    }
    .product-table tr td a{
        font-size: 12px;
    }
    .product-intro-info{
        padding: 0 10px;
    }
    .product-table tr th, .product-table tr td{
        border-width: 1px;
    }
}
@media screen and (max-width:768px){
    .conaniner1{
        padding: 0;
    }
    .banner,.pay-cont{
        width: 100%;
    }
    .pay-cont{
        padding: 30px 0 30px;
    }
    .conaniner1{
        width: 100%;
    }
    .pay-cont>img{
        width: 100%;
    }
    .pay-cont>img:nth-of-type(1){
        display: none;
    }
    .pay-cont>img:nth-of-type(2){
        display: block;
    }
    .pay-cont-info .pay-text{
        margin: 10px 0 30px;
    }
    .input-group{
        margin-bottom: 20px;
    }
    .pay-cont-info{
        margin-left: 50px;
    }
    .preorder-intro-item p{
        height: 32px;
        line-height: 32px;
        font-size: 16px;
    }
    .preorder-intro{
        padding-top: 0;
    }
    .pay-cont>div:nth-last-of-type(1){
        margin-left: 0;
    }
    .product-item img:nth-of-type(1),.pay-cont img:nth-of-type(1){
        display: none;
    }
    .product-item img:nth-last-of-type(1),.pay-cont img:nth-last-of-type(1){
        display: block;
    }
    .alipay-pay{
        background: #61aa2b;
    }
    .alipay-sub{
        background: #0099ff;
        margin-left: 22px;
    }
    .pay-sub-btn{
        width: 100px;
        float: left;
    }
    .second-tr{
        font-size: 18px;
    }
    .frist-tr{
        font-size: 20px;
    }
    .product-table tr td h1{
        font-size: 16px;
        margin: 10px 0;
    }
    .product-table tr td h2{
        font-size: 14px;
    }
}
@media screen and (max-width:414px){
    .pay-cont-info{
        margin-left: 20px !important;
    }
    .pay-cont-info h2{
        font-size: 18px;
    }
    .pay-label{
        font-size: 14px;
    }
    .choose-btn, .choose-btn1{
        font-size: 12px;
    }
    .pay-input,.pay-btn{
        font-size: 12px;
    }
    .input-group{
        margin-bottom: 14px;
    }
    .alipay-pay{
        font-size: 12px;
    }
    .check-group1 p{
        font-size: 12px;
    }
    label.error{
        font-size: 12px;
    }
    .ml84{
        margin-left: 64px;
    }
    .captcha-group{
        margin-left: 0;
    }
    .pay-sub-btn{
        width: 80px;
        float: left;
    }
    .product-intro-info{
        padding: 0 5px;
    }
    .frist-tr{
        font-size: 16px;
    }
    .second-tr{
        font-size: 14px;
    }
    .product-table tr td h1{
        font-size: 14px;
    }
    .product-table tr td h2{
        font-size: 12px;
    }
    .product-table tr td p{
        margin: 10px 0;
    }
}
@media screen and (max-width:375px){
    .pay-label{
        width: 50px;
    }
    .ml84{
        margin-left: 50px;
    }
    .captcha-group{
        margin-left:0;
    }
    .pay-cont{
        padding:20px 0;
    }
}
@media screen and (max-width:350px){
    .pay-cont-info{
        margin-left: 10px !important;
    }
    .pay-label{
        font-size: 12px;
    }
}
