body{font-size: 14px;}
a img:hover {opacity: 0.8}
.float-left{float: left}
.premium-service{
    position: relative;
    background: url("/assets/img/premium/typeB/mainPage/back.jpg") no-repeat center;
    background-size: cover;
    /* margin-top: -50px; */
}
.premium-service-content{padding:150px 0 100px 0;}
.text-pink{color: #39C;}
.register-step{margin-bottom: 20px;}
.register-step > .step {
    padding: 95px 5px 0 5px;
    width: 318px;
    height: 318px;
    text-align: center;
}
.register-step-explanation p{font-size: 13px;font-weight: bold;padding:12px;text-align:left;line-height:1.5em}
.register-step-explanation b{font-size: 20px;}
.container-content{max-width: 1070px;}
.bg-pink{background-color: rgb(221, 241, 252);}
.gift-item{padding: 15px;}
.gift-item b{line-height: 60px;}
.present-thumbnail{
    position: relative;
    cursor: pointer;
}
.present-thumbnail:after{
    content: url("/assets/img/premium/typeB/mainPage/present/mouseover.png");
    position: absolute;
    top :0;
    left :2px;
    z-index: -1;
}
.present-thumbnail:hover:after{z-index: 10;}
.text-white{color: white}
.answer{
    background: url("/assets/img/premium/typeB/mainPage/chat/answer.png") no-repeat;
    width: 545px;
    height: 111px;
    padding-top: 18px;
    padding-left: 40px;
    padding-right: 20px;
    font-size: 15px;
    line-height: 27px;
    margin: 15px 0;
    line-height: 1.3em;
}
.answer-medium{
    background: url("/assets/img/premium/typeB/mainPage/chat/answer_medium.png") no-repeat;
    width: 545px;
    height: 165px;
}
.answer-large{
    background: url("/assets/img/premium/typeB/mainPage/chat/answer_large.png") no-repeat;
    width: 545px;
    height: 320px;
}
.answer-medium, .answer-large {
    padding-top: 18px;
    padding-left: 40px;
    padding-right: 20px;
    font-size: 15px;
    line-height: 27px;
    margin: 15px 0;
    line-height: 1.3em;
}
.answer-message{float: left;}
.question-message{float: right;margin: 15px 0;}
.question{
    background: url("/assets/img/premium/typeB/mainPage/chat/question.png") no-repeat right;
    height: 57px;
    width: 502px;
    color: white;
    padding-top: 18px;
    padding-left: 23px;
    font-size: 15px;
}
.guest-avatar{
    text-align: right;
    float: right;
    width: 123px;
}
.operator-avatar{
    float: left;
    width: 123px;
    margin: 29px 0px;
}
.contact-form label{text-align: left !important;}
.information{
    background: url("/assets/img/premium/typeB/mainPage/back3.jpg");
    background-size: cover;
}
.information-table{
    table-layout: auto;
    width: 100%;
    border-spacing: 15px;
    border-collapse: separate;
    font-size: 16px;
}
.currency{font-size: 23px; font-weight: bold}
.credit-number{width: 100%; border: 2px solid #F13A6F; border-radius: 5px; padding: 10px}
.info-title{font-size: 20px; font-weight: bold;}
.credit-info td{border-bottom: 1px dotted; padding: 30px 0;}
.confirm-info td{border-bottom: 2px dotted; padding: 60px 0; font-size: 20px}
.security-code{border: 2px solid #F13A6F; border-radius: 5px; padding: 10px; vertical-align: top;}

.banner .input-custom {
    position: absolute;
    right:50%;
    bottom: 30px;
}

.banner .input-custom label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.banner .input-custom input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    display: none;
}

.banner .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: white;
    border-radius: 5px;
}

.banner .input-custom:hover input ~ .checkmark {background-color: #ccc;}

.banner .input-custom input:checked ~ .checkmark {border:1px solid red;}

.banner .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    height: 100%;
    width: 100%;
    top: 2px;
    left: 1px;
}

.banner .input-custom input:checked ~ .checkmark:after {display: block; background: url(/assets/img/premium/typeB/registerPage/check.png) no-repeat;}

.join-premium_button{
    background: url('/assets/img/premium/typeB/mainPage/step/join_button.png') no-repeat;
    width: 492px;
    height: 75px;
    border: none;
    font-size: 0;
    line-height: 0;
    overflow: visible;
    cursor: pointer;
    padding: 0;
    outline: none;
}

.join-premium_button:hover {opacity: 0.75}

.apply-noads{
    background: url('/assets/img/premium/typeB/completePage/ad_button1.png');
    width: 493px;
    height: 75px;
    border: none;
    font-size: 0;
    line-height: 0;
    overflow: visible;
    cursor: pointer;
    padding: 0px;
    outline: none;
}
.confirm-premium{
    background: url('/assets/img/premium/typeB/completePage/ad_button1.png');
    width: 493px;
    height: 75px;
    border: none;
    font-size: 0;
    line-height: 0;
    overflow: visible;
    cursor: pointer;
    padding: 0px;
    outline: none;
}