.cnt{
    font-size: 16px;
    line-height: 2;
    color: #666;
}
.select{
    display: flex;
    height: 356px;
    justify-content: center;
    margin-top: 50px;
}
.select *{
    cursor: pointer;
}
.select-l:hover{
    opacity: 0.8;
}
.select-r div:hover{
    background-color: #f5f5f5;
}
.select-l{
    width: 572px;
    height: 356px;
    line-height: 356px;
    background-color: #108976;
    background: -webkit-linear-gradient(left, #326cd0 , #5b7eb9);
    background: -ms-linear-gradient(left, #326cd0 , #5b7eb9);
    text-align: center;
    margin-right: 12px;
    transition: .2s linear all;
}
.select-l a{
    width: 100%;
    height: 100%;
    display: block;
}
.select-l span{
    box-sizing: border-box;
    padding: 6px 25px;
    border: 1px solid #0741a5;
    border-radius: 10px;
    font-size: 32px;
    color: #fff;
}

.select-r{
    width: 486px;
    display: flex;
    flex-direction: column;
    height: 356px;
    align-content: space-between;
}
.select-r div{
    flex: 1;
    width: 486px;
    height: 172px;
    line-height: 172px;
    background-color: #E5E5E5;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 12px;
    position: relative;
    transition: .2s linear all;
}
.select-r div a{
    display: block;
    width: 100%;
    height: 100%;
}
.select-r div span{
    display: inline-block;
    width: 320px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #326cd0;
    border-radius: 10px;
    color: #333;
    font-size: 26px;
    transition: .2s linear all;
}

.news.newdesc{
    width: 100%;
    display: flex;
    justify-content: center;
}
.form-box{
    margin-top: 100px;
    width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.container .form-title{
    width: 100%;
    float: none;
    font-weight: bold;
}
.form-item{
    width: 100%;
    display: flex;
    align-items: center;
    padding:20px 0;
}
.form-label{
    width: 90px;
    text-align: center;
    font-size: 18px;
    color: #000;
    margin-right: 10px;
}
.form-value input{
    font-size: 18px;
    color: #333;
}
.form-value{
    display: flex;
    flex:1;
    position: relative;
}
.form-value a{
    display: block;
    font-size: 16px;
    padding:8px 10px;
    color: #fff;
    transition: .2s linear all;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 12px center;
    padding-left: 40px;
    border-radius: 5px;
}
.form-value a:hover{
    opacity: 0.8;
}
.form-value .download{
    margin-right: 20px;
    background-color: #6096e6;
    background-image: url("../../img/news/download.png");
}
.upload{
    background-color: #00b050;
    background-image: url("../../img/news/upload.png");
}
.form-cnt{
    font-size: 16px;
    color: #a6a6a6;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 10px;
}
.form-cnt span{
    color: #000;
}
.pay .form-cnt{
    text-align: left;
}
.pay .form-button{
    margin-top: 30px;
}
.pay{
    width: 800px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.pay .tab1{
    width: 400px;
}
.pay .switch{
    width: 50%;
}

.form-button{
    width: 150px;
    height: 48px;
    margin-top: 50px;
    border-radius: 3px;
    transition: .2s linear all;
    color: #fff;
    background-color: #3F85FC;
}
.form-button:hover{
    opacity: 0.8;
}
.file{
    opacity: 0;
    position: absolute;
    z-index: -100;
    left: 100px;
}

.switch{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.switch-item{
    width: 47%;
    height: 48px;
    font-size: 18px;
    color: #fff;
    background-color: #a6a6a6;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
    transition: .2s linear all;
}
.switch-item.active{
    background-color: #3F85FC;
}
.switch-item:hover{
    opacity: 0.8;
}
.switch-tab{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tab1{
    text-align: center;
}
.switch-cnt{
    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 3;
}
.switch-cnt p{
    width: 100%;
    text-align: center;
}
.tab2{
    display: none;
}

.dialog,.dialog2{
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
    z-index: 10;
    display: none;
}
.dialog-container{
    width: 500px;
    border-radius: 10px;
    background-color: #fff;
}
.dialog-header{
    width: 100%;
    padding:10px;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
    font-size: 18px;
    text-align: center;
    color: #333;
}
.dialog-body{
    width: 100%;
    padding:20px;
    box-sizing: border-box;
}
.dialog-info-title{
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin:10px 0;
}
.dialog-info-item-title{
    font-size: 16px;
    color: #333;
}
.dialog-pay{
    display: flex;
    justify-content: space-between;
    padding:10px;
    box-sizing: border-box;
}
.pay-item{
    width: 50%;
    display: flex;
    padding-left: 40px;
    font-size: 18px;
    cursor: pointer;
}
.bill .pay-item{
    justify-content: center;
}
.pay-item img{
    height: 35px;
    cursor: pointer;
}
.pay-item.active{
    background-image: url("../../img/news/check.png");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 0 center;
}
.bill .pay-item.active{
    background-position-x: 50px;
}

.switch-pay{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.switch-pay-item{
    display: none;
}
.switch-pay-item.active{
    display: block;
}
.dialog-info p{
    text-align: center;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
}
.switch-pay-item p{
    margin-top: 10px;
}
.switch-pay-item img{
    height: 250px;
}

.bill.form-box{
    margin-top: 30px;
}

.bill .form-cnt{
    color: #ff0000;
}

.bill-form{
    display: flex;
    justify-content: center;
    text-align: center;
}
.bill-form form{
    width: 330px;
}
.bill-form-item{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:5px 0;
}
.bill-form-label{
    font-size: 16px;
    color: #000;
    width: 80px;
    text-align: left;
}
.bill-form-value span{
    font-size: 16px;
    color: #ff0000;
}
.bill-form-value{
    flex:1;
    display: flex;
    align-items: center;
    justify-content: start;
}
.bill-form-value input{
    width: 200px;
    border:1px solid #eee;
    height: 30px;
    border-radius: 5px;
    margin-right: 5px;
}
.bill-title{
    font-size: 18px;
    color: #000;
    margin:10px 0;
}

.bill-bank span{
    display: none;
}
.bill-addr span{
    display: none;
}
.bill-tel span{
    display: none;
}
.bill-button{
    width: 150px;
    height: 40px;
    border-radius: 5px;
    background-color: #3F85FC;
    color: #fff;
    margin-top: 30px;
}
.dialog-header{
    position: relative;
}
.dialog-close,.dialog-close2{
    position: absolute;
    right: 12px;
    top: 12px;
}
.dialog-close img,.dialog-close2 img{
    width: 20px;
    cursor: pointer;
}
.cnt p{
    text-indent: 32px;
    padding-top: 0;
}
.cnt h4{
    color: #000;
}
.cnt{
    line-height: 2;
}
.select{
    width: 100%;
    padding-top: 50px;
}