.r-b {
    border-radius: 20px;
}
.r-l {
    border-radius: 16px;
}
.r-m {
    border-radius: 12px;
}
.r-s {
    border-radius: 4px;
}
.time {
    opacity: 0.7;
}
.g2 {
    color: #999;
}
.g1 {
    color: #666;
}
.g3 {
    color: #333;
}
.l {
    width: 1px;
    height: 12px;
    background-color: #acacac;
    margin: 0 6px;
}
.z24 {
    font-size: 24px;
}
.z22 {
    font-size: 22px;
}
.z20 {
    font-size: 20px;
}
.z18 {
    font-size: 18px;
}
.z16 {
    font-size: 16px;
}
.z14 {
    font-size: 14px;
}
.z12 {
    font-size: 12px;
}
ul.pagination {
    text-align: center;
    font-size: 0;
}
ul.pagination > li {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: inline-block;
    vertical-align: middle;
    border-radius: 4px;
    font-size: 14px;
    background-color: #f1f1f1;
    border: 1px solid #cfcfcf;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #898989;
    margin: 0 8px;
}

ul.pagination > li:not(.disabled).active,
ul.pagination > li:not(.disabled):hover {
    color: #FFF;
    background-color: #303b7d;
    border-color: #303b7d;
}
.option,
.button {
    border: 1px solid #acacac;
    cursor: pointer;
}
.button {
    background-color: #1250a8;
    color: #fff ;
    border-color: #1250a8;
}
.button.active,
.button:hover {
    background-color: #fff !important;
    color: #1250a8 !important;
    border-color: #1250a8 !important;
}
.option.active,
.option:hover {
    color: #1250a8 !important;
    border-color: #1250a8 !important;
}
.fade-move {
    animation-name: banner-title-animation-out;
    animation-duration: 1s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    opacity: 0;
    pointer-events: none;
}
@keyframes banner-title-animation-out {
    0% {
        transform: translateX(0);
        opacity: 1;
    }
    100% {
        transform: translateX(10%);
        opacity: 0;
    }
}
@keyframes banner-title-animation-in {
    0% {
        transform: translateX(-10%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
.price:before {
    content: "￥";
    font-size: 75%;
}
.password-lv {
    text-align: right;
    font-size: 0;
}
.password-lv > span {
    width: 38px;
    height: 8px;
    margin-left: 6px;
}
.password-lv > span:nth-of-type(1) {
    background-color: #b1b1b1;
}
.password-lv > span:nth-of-type(2) {
    background-color: #d3d3d3;
}
.password-lv > span:nth-of-type(3) {
    background-color: #e9e9e9;
}
.password-lv > span.active {
    background-color: #1250a8;
}
.level {
    font-size: 0;
    line-height: 26px;
}
.level > .iconfont,
.level > .grade {
    display: inline-block;
    vertical-align: middle;
}
.level > .iconfont {
    font-size: 26px;
}
.level > .iconfont:not(:last-child) {
    margin-right: 6px;
}
.level > .iconfont.icon-xing {
    color: #dfdfdf;
}
.level > .iconfont.icon-xing:before {
    content: '\e62d';
}
.level > .iconfont.icon-xing.gold:before,
.level > .iconfont.icon-xing.fill:before,
.level > .iconfont.icon-xing.red:before {
    content: '\e638';
}
.level > .iconfont.red {
    color: #cc0000;
}
.level > .iconfont.gold {
    color: gold;
}
.level > .iconfont.fill {
    color: #bdbdbd;
}
.level > .grade {
    margin-left: 6px;
    font-size: 14px;
}
.examine {
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 24px;
}
.examine > .iconfont {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -12px 0 0 -12px;
}
.checkbox,
.radio {
    float: left;
    cursor: pointer;
}
.checkbox:not(:last-child),
.radio:not(:last-child) {
    margin-right: 20px;
}
.checkbox > .circle,
.radio > .circle {
    text-align: center;
    border: 1px solid #acacac;
    background-color: #fff;
}
.checkbox > .circle > .circle,
.radio > .circle > .circle {
    width: 4px;
    height: 4px;
    display: block;
    margin: 6px 0 0 6px;
    background-color: #fff;
}
.checkbox > .none:checked + .circle,
.radio > .none:checked + .circle {
    background-color: #3f7bd0;
    border-color: #3f7bd0;
}
.radio > .circle {
    width: 16px;
    height: 16px;
    line-height: 16px;
}
.checkbox > .circle {
    width: 14px;
    height: 14px;
    line-height: 14px;
    border-radius: 2px;
}
.checkbox > .circle > .iconfont {
    color: #fff;
    font-size: 10px;
}
.radio-box {
    float: left;
    cursor: pointer;
}
.radio-box:not(:last-child) {
    margin-right: 10px;
}
.radio-box > .real {
    display: block;
    padding: 0 10px;
    border-radius: 2px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    border: 1px solid #cdcdcd;
    background-color: #f7f7f7;
}
.radio-box > .real > .input {
    width: 60px!important;
    height: auto!important;
    border: 0 none!important;
    padding: 0!important;
}
.radio-box > .real > .iconfont {
    left: auto;
    top: auto;
    background-color: #cccccc;
    color: #fff;
    font-size: 12px;
    width: 20px;
    height: 13px;
    padding-top: 7px;
    text-align: right;
    clip-path: polygon(100% 0, 100% 100%, 0% 100%, 100% 0);
    line-height: 1;
}
.radio-box > .none:checked + .real {
    border-color: #3f7bd0;
}
.radio-box > .none:checked + .real > .iconfont {
    display: block;
    background-color: #3f7bd0;
}
.main-form .c1 {
    width: 100%;
}
.main-form .c2 {
    width: 45%;
}
.main-form .item {
    margin-bottom: 16px;
}
.main-form .item .name {
    line-height: 16px;
    font-size: 16px;
}
.main-form .must .name:before{
    content: "*";
    color: red;
}
.main-form .item .put {
    margin-top: 10px;
    line-height: 36px;
}
.main-form .item .put input,
.main-form .item .put select,
.main-form .item .put textarea {
    width: 100%;
    box-sizing: border-box;
    background-color: transparent;
}
.main-form .item .put select,
.main-form .item .put input {
    height: 36px;
    border: 1px solid #cdcdcd;
    padding: 0 20px;
    border-radius: 2px;
}
.main-form .item .put textarea {
    padding: 16px 20px;
    border: 1px solid #acacac;
    min-height: 200px;
    max-width: 100%;
    line-height: 1.5;
}
.main-form .col-2,
.main-form .col-3 {
    margin-right: -10px;
}
.main-form .col-2 > .col-item,
.main-form .col-3 > .col-item {
    float: left;
}
.main-form .col-2 > .col-item > .col-content,
.main-form .col-3 > .col-item > .col-content {
    float: none;
    margin-right: 10px;
}
.main-form .form-submit {
    margin-top: 40px;
}
.main-form .form-submit > .item {
    float: left;
    width: 148px;
    height: 48px;
    margin-right: 16px;
    font-size: 16px;
}
.main-form .form-submit > .item.active {
    background-color: #1250a8;
    color: #fff;
    border: 1px solid #1250a8;
}
.main-form .form-submit > .item.active:hover {
    -webkit-filter: drop-shadow(4px 4px 0 #052361);
    filter: drop-shadow(4px 4px 0 #052361);
}
.main-form .form-submit > .item.default {
    border: 1px solid #acacac;
}
.main-form .form-submit > .item.default:hover {
    background-color: #acacac;
    color: #fff;
}
.select {
    position: relative;
}
.select > .right {
    left: auto;
    padding-right: 20px;
    pointer-events: none;
}
.select > .right.iconfont {
    font-size: 8px;
}
.row-title img {
    width: 24px;
}
.row-title .line {
    width: 16px;
    height: 16px;
    position: relative;
    transition: all 0.2s linear;
}
.row-title .line:after,
.row-title .line:before{
    content:"";
    position: absolute;
    background-color: #1250a8;
    transition: all 0.2s linear;
}
.row-title .line:after{
    width: 2px;
    left: 50%;
    top: 0;
    bottom: 0;
    margin-left: -1px;
}
.row-title .line:before{
    height: 2px;
    left: 0;
    top: 50%;
    right: 0;
    margin-top: -1px;
}
.task-option {
    font-size: 16px;
}
.task-option > .real {
    float: left;
    margin-left: 10px;
}
.task-option > .real:not(:first-child) {
    float: left;
    margin-left: 20px;
}
.task-option > .real .btn {
    border: 1px solid #1250A8;
    padding-bottom: 2px;
}
.task-option > .real a {
    width: 104px;
    line-height: 32px;
    text-align: center;
    border-color: #1250a8;
    color: #fff;
    background-color: #1250a8;
}
.task-option > .real a.active,
.task-option > .real a:hover {
    border-color: #cc0000;
    background-color: #cc0000 ;
}
.task-option > .real .fade {
    padding-top: 14px;
}
.task-option > .real .fade > a {
    background-color: #fff;
    padding: 1px;
    box-shadow: 0 0 20px rgba(11, 69, 150, 0.2);
}
.task-option > .real .fade > a > .sharp {
    position: absolute;
    left: 50%;
    bottom: 100%;
    margin-left: -4px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 7px solid #fff;
}
.task-option > .real .fade > a:hover > .sharp {
    border-bottom-color: #1250a8;
}
#datum_container > .item.active .row-title .line{
    transform: rotateZ(90deg);
}
#datum_container > .item.active .row-title .line:before{
    opacity: 0;
}
.fading-down {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    z-index: 50;
    margin-top: 10px;
}
.flex > label + span {
    padding: 0 6px;
}
.page {
    margin-top: 0.85rem;
    text-align: center;
}
#point {
    height: 50px;
    line-height: 50px;
    color: #666;
}
#point a {
    display: inline;
}
#point a:hover,
#point a.active {
    color: #1250a8;
}
#popup_panel_box > .container {
    position: relative;
    background-color: #fff;
    padding: 0 64px 32px;
    width: 412px;
}
#popup_panel_box > .container > .content {
    text-align: center;
    padding: 32px 0;
}
#popup_panel_box > .container > .content > .h1 {
    margin-bottom: 10px;
    font-size: 0;
}
#popup_panel_box > .container > .content > .h1 > span {
    font-size: 26px;
}
#popup_panel_box > .container > .content > .h1 > .iconfont {
    display: none;
    width: 32px;
    height: 32px;
    font-size: 26px;
    line-height: 32px;
    font-weight: bold;
    margin-right: 10px;
}
#popup_panel_box > .container > .content > .h1.tip > .icon-ii {
    border: 2px solid #bfbfbf;
    color: #bfbfbf;
    display: inline-block;
}
#popup_panel_box > .container > .content > .h1.warning > .icon-guanbi {
    border: 2px solid #d12020;
    color: #d12020;
    display: inline-block;
}
#popup_panel_box > .container > .content > .h1.success > .icon-tongguo {
    border: 2px solid #18ba0c;
    color: #18ba0c;
    display: inline-block;
}
#popup_panel_box > .container > .close {
    display: none;
    margin: -46px -46px 0 0;
    width: 54px;
    height: 54px;
    left: auto;
    bottom: auto;
    background-color: #1250a8;
    color: #fff;
    line-height: 54px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
}
#popup_panel_box > .container > .close:hover {
    transform: rotateZ(90deg);
}
#toast,
#loading_panel {
    left: 50%;
    top: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
}
#toast {
    z-index: 402;
}
#toast > .container {
    white-space: nowrap;
    padding: 12px 16px;
    color: #fff;
    line-height: 24px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#toast > .container > .iconfont {
    font-size: 20px;
    text-align: center;
    display: none;
}
#toast.tip > .container {
    background-color: rgba(0, 0, 0, 0.6);
}
#toast.tip > .container > .icon-ii {
    display: inline-block;
}
#toast.warning > .container {
    background-color: #bf1616;
}
#toast.warning > .container > .icon-point {
    display: inline-block;
}
#toast.success > .container {
    background-color: #0b8407;
}
#toast.success > .container > .icon-tongguo {
    display: inline-block;
}
#loading_panel {
    z-index: 400;
}
#loading_panel > .container {
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    background-color: rgba(0, 0, 0, 0.6);
}
#loading_panel > .container img {
    max-width: 60px;
    max-height: 60px;
}
#agreement_panel {
    z-index: 401;
}
#agreement_panel_box > .container {
    padding: 0 64px;
    width: 692px;
    height: 660px;
    background-color: #fff;
    display: none;
}
#agreement_panel_box > .container > .content {
    padding: 20px 0;
    height: 424px;
}
#agreement_panel_box > .container > .content > .swiper {
    height: 100%;
    margin-right: -32px;
    padding-right: 32px;
}
#agreement_panel_box > .container > .content > .swiper > .swiper-scrollbar {
    width: 7px;
    background-color: #dadada;
}
#agreement_panel_box > .container > .content > .swiper > .swiper-scrollbar > .swiper-scrollbar-drag {
    background-color: #1250a8;
}
#agreement_panel_box > .container > .content > .swiper .swiper-slide {
    height: auto;
}
#agreement_panel_box > .container > .operation {
    margin: 0 -64px;
    padding: 41px 0;
    border-top: 1px solid #acacac;
}
#agreement_panel_box > .container > .operation > .affirm {
    width: 180px;
    background-color: #1250a8;
    color: #fff;
}
#agreement_panel_box > .container > .operation > .affirm.disabled {
    pointer-events: none;
    background-color: #ededed;
    color: #b3b3b3;
}
#agreement_panel_box.service > .service,
#agreement_panel_box.tixian > .tixian,
#agreement_panel_box.chongzhi > .chongzhi,
#agreement_panel_box.regist > .regist {
    display: block;
}