.modal{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    background: rgba(0,0,0,0.5018);
    align-items: center;
    display: flex;
    justify-content: center;
}
.modal.login{
    display: none;
}
.modal.free-license{
    display: none;
}
.modal .modal-box{
    height: 100%;
    display: flex;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
}
.modal .modal-box .left{
    width: 45%;
}
.modal .modal-box .left img{
    width: 100%;
    height: 100%;
}
.modal .modal-box .right{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.modal .modal-box .right .close-icon{
    position: absolute;
    z-index: 9;
    top: 36px;
    right: 36px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.modal .modal-box .right .modal-title{
    color: #333333;
    font-size: 20px;
    margin-bottom: 90px;
}
.modal .modal-box .right .modal-content{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.modal .modal-box .right .modal-content .qr-code{
    width: 20vw;
    height: 20vw;
    margin-bottom: 36px;
}
.modal .modal-box .right .modal-content .tips-1{
    color: #333333;
    font-size: 20px;
    margin-bottom: 50px;
}
.modal .modal-box .right .modal-content .tips-2{
    color: #999999;
}
/**/
.modal .modal-box .input{
    display: flex;
    align-items: center;
    width: 550px;
    height: 64px;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #E1E1E1;
    margin-bottom: 36px;
}
.modal .modal-box .input img{
    width: 24px;
    height: 24px;
    margin-left: 16px;
    margin-right: 16px;
}
.modal .modal-box .input input{
    flex: 1;
    border: none;
    font-size: 16px;
    user-select: none;
    outline: none;
}
.modal .modal-box .input span{
    color: #2A7EFB;
    padding: 0 22px;
    border-left: 1px solid #E1E1E1;
    height: 100%;
    line-height: 64px;
    cursor: pointer;
}
.modal .modal-box .btn{
    margin-top: 100px;
}
.modal .modal-box .btn button{
    width: 100%;
    height: 64px;
    background: #2A7EFB;
    border-radius: 8px 8px 8px 8px;
    color: #fff;
    font-size: 18px;
    border: none;
    user-select: none;
    outline: none;
    cursor: pointer;
}
/**/
.tamp-download{
    display: none;
}
.tamp-download .modal-title{
    margin-bottom: 28px !important;
}
.tamp-download .tamp-download-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 36px;
}
.tamp-download .tamp-download-code{
    font-size: 18px;
    color: #2A7EFB;
    line-height: 25px;
}
.tamp-download .tamp-download-title{
    font-size: 16px;
    color: #666666;
    margin-bottom: 30px;
}
.tamp-download .tamp-download-tips{
    color: #2A7EFB;
    margin-bottom: 45px;
}
.tamp-download .tamp-download-tips a{
    color: #2A7EFB;
}
.tamp-download .tamp-download-time{
    width: 550px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.tamp-download .tamp-download-time span:nth-child(1){
    color: #666;
}
.tamp-download .tamp-download-time span:nth-child(1) span{
    color: #333;
}
.tamp-download .tamp-download-time span:nth-child(2){
    padding: 2px 7px;
    background: #FFF4EF;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #EB5D1D;
    color: #EB5D1D;
}
.tamp-download .tamp-download-tips2{
    width: 550px;
    text-align: center;
   line-height: 30px;
    height: 30px;
    background: #F3F3F3;
    border-radius: 2px 2px 2px 2px;
    color: #999999;
    margin-bottom: 87px;
}
.tamp-download .tamp-download-tips3{
    width: 550px;
    color: #666666;
    font-size: 14px;
    margin-bottom: 36px;
}
.tamp-download .tamp-download-tips3 a{
    color: #2A7EFB;
}
.tamp-download .tamp-download-tips4{
    width: 550px;
    text-align: left;
}
.tamp-download .tamp-download-tips4 a{
    color: #2A7EFB;
}
/**/
.purchase-auth{
    display: none;
}
.purchase-auth .modal-content{
    width: 550px;
}
.purchase-auth .modal-title{
    margin-bottom: 40px !important;
}
.purchase-auth .tips-1{
    width: 550px;
    height: 30px;
    background: #F3F3F3;
    border-radius: 2px 2px 2px 2px;
    color: #999999;
    text-align: center;
    margin-bottom: 39px !important;
    font-size: 16px;
}
.create-order {
    padding: 10vh 0;
    box-sizing: border-box;
}
.create-order .web-input{
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
.create-order .web-input span{
    color: #666666;
    margin-right: 12px;
}
.create-order .web-input input{
    flex: 1;
    height: 64px;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #E1E1E1;
    padding: 16px;
    box-sizing: border-box;
    font-size: 18px;
}
.purchase-auth .pay-methods{
    display: flex;
    align-items: center;
    margin-bottom: 200px;
}
.purchase-auth .pay-methods .label{
    color: #666666;
    margin-right: 58px;
    min-width: 120px;
}
.purchase-auth .pay-methods .methods-item{
    width: 180px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #E8E8E8;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.purchase-auth .pay-methods .methods-item.active{
    border: 1px solid #2A7EFB;
}
.purchase-auth .pay-methods .methods-item img{
    width: 24px;
    height: 24px;
    margin-right: 12px;
}
.purchase-auth .pay-methods .methods-item input{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.purchase-auth .count{
    width: 100%;
    display: flex;
    align-items: center;
}
.purchase-auth .count span{
    flex: 1;
    color: #EB5D1D;
    font-size: 30px;
    font-weight: bold;
}
.purchase-auth .count span span{
    color: #666666;
    font-size: 18px;
    font-weight: initial;
}
.purchase-auth .count button{
    width: 148px;
    height: 54px;
    background: #2A7EFB;
    border-radius: 8px 8px 8px 8px;
    border: none;
    color: #fff;
    font-size: 18px;
}
/**/
.tamp-download-1{
    display: none;
}
.tamp-download-1 .modal-title{
    margin-bottom: 28px !important;
}
.tamp-download-1 .tamp-download-1-img{
    width: 44px;
    height: 44px;
    margin-bottom: 36px;
}
.tamp-download-1 .tamp-download-1-tips{
    color: #666666;
    margin-bottom: 38px;
}
.tamp-download-1 .tamp-download-1-input{
    display: flex;
    width: 550px;
    height: 64px;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #E1E1E1;
    overflow: hidden;
    margin-bottom: 36px;
}
.tamp-download-1 .tamp-download-1-input input{
    flex: 1;
    padding-left: 16px;
    border: none;
    user-select: none;
    outline: none;
}
.tamp-download-1 .tamp-download-1-input button{
    width: 124px;
    height: 64px;
    background: #2A7EFB;
    border-radius: 0 8px 8px 0;
    border: 1px solid #E1E1E1;
    color: #fff;
}
.tamp-download-1 .tamp-download-1-qr{
    width: 340px;
    height: 340px;
    margin-bottom: 12px;
}
.tamp-download-1 .tamp-download-1-tips2{
    color: #2A7EFB;
}

/**/
.pay-success{
    display: none;
    padding: 10vh 0;
    box-sizing: border-box;
}
/**/
.create-order{
    display: none;
}
.create-order .pay-amount{
    color: #666666;
    margin-bottom: 27px;
}
.create-order .modal-title{
    margin-bottom: 65px !important;
}
.create-order .modal-box .right .modal-content{
    align-items: flex-start;
    width: 550px;
}
.create-order .pay-title{
    color: #666666;
    margin-bottom: 19px;
}
.create-order .pay-order{
    color: #666666;
    margin-bottom: 19px;
}
.create-order .pay-method{
    display: flex;
    align-items: center;
    margin-bottom: 260px;
}
.create-order .pay-method .pay-methods{
    width: 180px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #E8E8E8;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-right: 10px;
}
.create-order .pay-method .pay-methods.active{
    border: 1px solid #EB5D1D;
}
.create-order .pay-method .pay-methods.active .active-icon{
    display: block;
}
.create-order .pay-method .pay-methods .active-icon{
    display: none;
    position: absolute;
    right:0;
    bottom:0;
}
.create-order .pay-method .pay-methods .icon{
    margin-right: 10px;
    width: 24px;
    height: 24px;
}
.create-order .to-pay{
    width: 100%;
    display: flex;
    align-items: center;
    padding-top: 30px;
    border-top: 1px solid #E8E8E8;
}
.create-order .count{
    flex: 1;
    display: flex;
    align-items: center;
}
.create-order .count .count-title{
    color: #666666;
}
.create-order .count .count-amount{
    color: #EB5D1D;
    font-size: 30px;
}
.create-order .count .count-amount span{
    font-size: 18px;
}
.create-order button{
    width: 148px;
    height: 54px;
    background: #2A7EFB;
    border-radius: 8px 8px 8px 8px;
    border: none;
    color: #fff;
    cursor: pointer;
}
.create-order .pay-qrcode{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}
.create-order .pay-qrcode img{
    width: 340px;
    height: 340px;
}
