.customBanner{
    background: url("../img/custom/background.png") top center no-repeat;
    height: 480px;
}
.custom-left{
    width:700px;
    float: left;
    text-align: left;
    margin-top: 130px;
    margin-left: 30px;
}
.contactFri{
    width:136px;
    text-align: center;
    height:44px;
    line-height: 44px;
    background:rgba(255,90,92,1);
    border-radius:4px;
    margin-top: 42px;
    display: inline-block;
    color: #fff;
    cursor: pointer;
}
.custom-right{
    float: left;
    margin-top: 100px;
}
.c-red{
    color: #F52F3E;
}
.custom1{
    padding: 30px;
    border: 1px solid #60ADF6;
    margin-top: 40px;
    margin-bottom: 60px;
    position: relative;
    z-index: 101;
    border-radius: 4px;
    background-color: #fff;
}
.custom1Title{
    margin-bottom: 20px;
}
.custom1Text{
    color: #333;
    position: relative;
}
.custom1Text:before{
    position: absolute;
    content: "";
    background: url(../img/custom/decoration1.png) top center no-repeat;
    height: 17px;
    width: 27px;
    left: 122px;
    top: -7px;
}
.custom1Text:after{
    position: absolute;
    content: "";
    background: url(../img/custom/decoration2.png) top center no-repeat;
    height: 17px;
    width: 27px;
    right: 122px;
    top: -7px;
}
.custom1-1{
    position: absolute;
    content: "";
    height: 125px;
    width: 1200px;
    background-color: #B1D3F4;
    z-index: 99;
    top: -170px;
    left: 90px;
    border-radius: 4px;
}
.pos-r{
    position: relative;
}
.custom2Title{
    font-size: 16px;
    color: #333;
    text-align: center;
    position: relative;
    margin-top: 90px;
    margin-bottom: 30px;
}
.custom2Title:before{
    position: absolute;
    content: "";
    background: url(../img/custom/decoration3.png) top center no-repeat;
    height: 29px;
    width: 187px;
    left: 340px;
    top: -3px;
}
.custom2Title:after{
    position: absolute;
    content: "";
    background: url(../img/custom/decoration4.png) top center no-repeat;
    height: 29px;
    width: 187px;
    right: 340px;
    top: -3px;
}
.condition{
    margin-bottom: 30px;
}
.condition label{
    background: url("../img/custom/style2.png") top center no-repeat;
    height: 31px;
    line-height: 31px;
    width: 90px;
    float: left;
    margin-right: 20px;
    color: #fff;
    text-align: center;
    margin-top: -4px;
}
.conditionCon{
    float: left;
    color: #333;
    font-size: 14px;
    width: 1090px;
}
.conditionCon span{
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}
.conditionCon span.active{
    color:#5F9FFE;
}
.ipServer{
    max-width: 1200px;
    text-align: left;
    margin-top: 25px;
}
.ipServer th{
    background-color: #5FB3FE;
    border: 1px solid #5FB3FE;
    text-align: center;
    color: #fff;
    font-weight: normal;
    padding: 22px;
}
.ipServer td{
    padding: 22px;
    border: 1px solid #5FB3FE;
}
.ta-c{
    text-align: center;
}
.ipServer td input[type="checkbox"],.outTable input[type="checkbox"]{
    width: 15px;
    height: 15px;
    margin: 0 5px 4px 0;
    vertical-align: middle;
    border: none;
    -webkit-appearance: none;
    border: 1px solid #5FB3FE;
}
.ipServer td input[type="checkbox"]:checked,.outTable input[type="checkbox"]:checked{
    background: url("../img/custom/selected2.png") top center no-repeat;
    border: none;
}
.outTable{
    margin-left: 23px;
    margin-top: 20px;
    text-align: left;
}
.outTable .ipBtn {
    background-color: #5FB3FE;
    color: #fff;
    padding: 4px 10px;
    border-radius: 2px;
    margin-left: 10px;
    font-size: 14px;
    cursor: pointer;
}
.outTable .ipBtn.ipCancel{
    background-color: #FF3E0A;
}
.chosenIP{
    text-align: left;
    margin-top: 15px;
}
.cIPtitle{
    margin-left: 55px;
    margin-bottom: 24px;
}
.cNumber{
    color: #FF780A;
}
.ipSelected{
    padding: 10px 21px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(204,204,204,1);
    border-radius:2px;
    color: #666666;
    font-size: 14px;
    margin-right: 20px;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
}
.selectedClose{
    position: absolute;
    background: url("../img/custom/moren.png") top center no-repeat;
    height: 23px;
    width: 23px;
    right: -1px;
    top: -1px;
    content: "";
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}
.selectedClose:hover{
    position: absolute;
    background: url("../img/custom/selected3.png") top center no-repeat;
    height: 23px;
    width: 23px;
    right: -1px;
    top: -1px;
    content: "";
}
.buyPack{
    float: left;
    width: 205px;
    height: 240px;
    background: linear-gradient(0deg,rgba(244,246,249,1) 0%,rgba(255,255,255,1) 100%);
    box-shadow: 0px 0px 10px 0px rgba(39,114,200,0.2);
    border-radius: 8px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    margin-left: 29px;
    margin-top: 60px;
    margin-bottom: 30px;
    border: 1px solid #fff;
    position: relative;
}
.buyPack:hover{
    transform: scale(1.1);
    -ms-transform:scale(1.1);     /* IE 9 */
    -moz-transform:scale(1.1);     /* Firefox */
    -webkit-transform:scale(1.1); /* Safari 和 Chrome */
    -o-transform:scale(1.1);
}
.buyPack.active{
    border: 1px solid #429DF8;
    border-radius: 8px;
    position: relative;
}
.buyPack.active:before{
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
}
.buyPack:before{
    content: "";
    position: absolute;
    background: url("../img/share/buyPackSelected.png") top center no-repeat;
    height: 41px;
    width: 41px;
    right: -1px;
    top: -1px;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    transform: scale(0, 0);
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform-origin: right top;
}
.buyPackTitle{
    font-size: 20px;
    color: #fff;
    margin-top: 1px;
    margin-bottom: 17px;
    position: absolute;
    background: url(../img/share/packge.png) top center no-repeat;
    height: 48px;
    line-height: 52px;
    width: 184px;
    margin-left: 11px;
    background-size: cover;
}
.buyPackTitle2{
    color: #999;
    margin-top: 40px;
}
.buyPackTitle3{
    color: #999;
    font-size: 16px;
    margin-bottom: 54px;
    display: inline-block;
    margin-top: 8px;
}
.buyPackTitle4{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666;
    line-height: 30px;
    border-top: 1px solid #ddd;
    padding-top: 22px;
}
.buyPackPrice{
    color: #333333;
    font-size: 70px;
}
.buyLine{
    text-align: left;
    margin-top: 50px;
    margin-bottom: 0px;
    position: relative;
    margin-left: 50px;
}
.buyLine label{
    font-size: 14px;
    position: relative;
    color: #444;
    display: block;
    margin-left: 10px;
    margin-bottom: 14px;
}
.buyLine label:before{
    /*content: "";*/
    /*position: absolute;*/
    /*left: -10px;*/
    /*background-color: #5072FE;*/
    /*height: 17px;*/
    /*width: 4px;*/
    /*top: 3px;*/
}
.buyLine .buyAccount {
    width:360px;
    height:40px;
    border:1px solid rgba(238,238,238,1);
    border-radius:2px;
    padding-left: 23px;
}
.buyLinepay {
    width: 152px;
    height: 42px;
    float: left;
    border: 1px solid #ddd;
    border-radius: 3px;
    text-align: center;
    line-height: 35px;
    margin-right: 20px;
    cursor: pointer;
    position: relative;
    font-size: 14px;
    color: #333;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.buyLinepay:before{
    content: "";
    background: url("../img/share/buyLinePay.png") top center no-repeat;
    height: 40px;
    width: 150px;
    position: absolute;
    right: -1px;
    top: -1px;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    transform: scale(0, 0);
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform-origin: right top;
}
.buyLinepay.active,.cou.active{
    border:1px solid #fff;
}
.buyLinepay.active:before{
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
}
.cou {
    width: 152px;
    height: 42px;
    float: left;
    border: 1px solid #ddd;
    border-radius: 3px;
    text-align: center;
    line-height: 35px;
    margin-right: 20px;
    cursor: pointer;
    position: relative;
    font-size: 14px;
    color: #333;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.cou:before{
    content: "";
    background: url("../img/share/buyLinePay.png") top center no-repeat;
    height: 40px;
    width: 150px;
    position: absolute;
    right: -1px;
    top: -1px;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    transform: scale(0, 0);
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform-origin: right top;
}
.cou.active:before{
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
}
.buySubmit {
    width:120px;
    height:40px;
    background:#FCCF64;
    border-radius:2px;
    text-align: center;
    line-height: 40px;
    color: #823D06;
    border: none;
    float: left;
    margin-bottom: 60px;
    margin-left: 50px;
    margin-top: 40px;
}
.count{
    border: 1px  solid #5FB3FE;
}
.count i{
    background-color: #5FB3FE;
    color: #fff;
}