html, body {
    height: 100%;
    width: 100%;
    margin: 0;
}

.left, .right {
    width: 100px;
    height: 100%;
}

.center {
    flex: 1;
    height: 100%;
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.bgcolor {
    background-color: #F4F4F4;
}

.container {
    height: 100%;
}

.flex {
    display: flex;
}

.flex-column {
    flex-direction: column;
}

.flex-center {
    align-items: center;
    justify-content: center;
}

.flex-start {
    justify-content: flex-start;
}

.wrapper_container {
    padding: 20px;
    background-color: #FFFFFF;
}

.title {
    font-size: 28px;
    /* margin-left: 50px; */
}

.text-color {
    color: #333333;
}

.fontSize12 {
    font-size: 12px;
}

.fontSize14 {
    font-size: 14px;
}

.fontSize16 {
    font-size: 16px;
}

.fontSize20 {
    font-size: 20px;
}

.fontSize22 {
    font-size: 22px;
}

.img_con {
    width: 350px;
    height: 270px;
    background-color: red;
}

.info_con {
    width: 538px;
    height: 270px;
    margin-left: 20px;
}

.price_and_number_con {
    background-color: #e50035;
    height: 80px;
    color: #FFFFFF;
    padding-left: 20px;
}

.price_con, .number_con, .version_con {
    height: 40px;
}

.version_con {
    background-color: #F4F4F4;
    padding-left: 20px;
}

.content_con {
    height: 80px;
}

.medium, .content {
    width: 268px;
    text-align: center;
}

#medium_type {
    
}

#medium_detail {
    color: #dd514c;
}

.vertical_line {
    width: 1px;
    height: 60px;
    margin-top: 10px;
    background-color: #CCCCCC;
}

.marginLeft5 {
    margin-left: 5px;
}

.marginLeft10 {
    margin-left: 10px;
}

.marginLeft20 {
    margin-left: 20px;
}

.marginLeft25 {
    margin-left: 25px;
}

.marginLeft30 {
    margin-left: 30px;
}

.contact {
    margin-top: 20px;
}

.query_btn {
    height: 24px;
    width: 70px;
    background-color: #0EAEE9;
    margin-left: 10px;
    border-radius: 10px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: center;
}

.payment_info_con {
    width: 100%;
    padding: 20px;
}

.payment_title {
    height: 65px;
    border-left: #9ac122 4px solid;
    padding-left: 20px;
}

.horizontal_line {
    height: 1px;
    width: 100%;
    background-color: #999999;
}

.payment_type_con {
    margin-top: 20px;
    display: flex;

}

.payment_type_box {
    width: 150px;
    height: 50px;
    display: inline-flex;
    border: 1px solid #E0E0E0;
    margin-right: 20px;
    color: #9D9D9D;
    font-size: 15px;
}

.payment_type_box:hover{
    cursor: pointer;
}


.active_box {
    border-color: #DD8700;
    color: #DD8700;
}

#payment_tip {
    color: #6D6D6D;
}

.marginTop10 {
    margin-top: 10px;
}

.pay_btn {
    width: 80px;
    height: 40px;
    margin: 20px auto;
    background-color: #3BB4F2;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
}

.price_tip {
    margin-left: 20px;
    width: 70px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    border-radius: 10px;
    text-align: center;
    color: #E50035;
    background-color: #FFFFFF;
}