@charset "utf-8";

html, body, div, ul, li, img, a, p, h1, h3 {
    margin: 0;
    padding: 0;
    border: 0;
}

html {
    font: 12px/1.5 'Microsoft YaHei';
}

html, body {
    width: 100%;
    min-width: 1300px;

}

ul {
    list-style: none;
}

a {
    display: block;
    width: 100%;
    height: auto;
    text-decoration: none;
    outline: none;
}

img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.ct {
    position: relative;
    width: 100%;
    background-color: #4a64f3;
    max-width: 1920px;
    margin: 0 auto;
}

.ct-banner {
    position: relative;
}

.ct-try {
    position: absolute;
    width: 13.021%;
    height: 10.8%;
    top: 57.49%;
    left: 23.96%;
    cursor:pointer;
}

.ct-try-text {
    position: absolute;
    top: 71%;
    left: 23.96%;
    font-weight: 700;
}

.ct-section {
    position: relative;
    width: 100%;
}

.ct-section-title {
    width: 100%;
    font-size: 36px;
    font-weight: 700;
    padding: 3% 0;
    color: #fff;
    text-align: center;
}

.ct-section-tab {
    position: absolute;
    top: 3.3%;
    left: 23.96%;
    height: 8.42%;
    width: 52.08%;
}

.ct-section-tab label {
    float: left;
    height: 100%;
    width: 22.4%;
    margin-left: 2%;
    cursor: pointer;
}

.ct-section-content {
    width: 100%;
}

.ct-section-content li {
    width: 100%;
}

.ct-section-content li input,
.ct-section-content li img {
    display: none;
}

.ct-section-content li input:checked + img {
    display: block;
}

.ct-section-2 .ct-section-tab {
    top: 2.9%;
    height: 8.2%;
}

.ct-section-3 .ct-section-tab {
    height: 7.5%;
}

.ct-section-3 .ct-section-tab label {
    width: 27.4%;
}

.ct-form-container {
    position: relative;
}

.ct-form {
    position: absolute;
    top: 30%;
    left: 25%;
    width: 50%;
    height: 61%;
    background-color: #fff;
    font-size: 14px;
    border-radius: 5px;
}

.ct-form h1 {
    font-size: 24px;
    font-weight: 400;
    line-height: 52px;
    color: #424242;
    text-align: center;
}

.ct-form h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: #666;
    text-align: center;
    margin-bottom: 3%;
}

#form {
    width: 87.5%;
    height: 56%;
    padding: 3.125%;
    margin: 0 auto;
    border: 1px solid #c1c1c1;
    border-radius: 5px;
    color: #666;
}

#form > label {
    position: relative;
    float: left;
    height: 10%;
    margin-bottom: 6%;
    width: 50%;
}

#form span {
    position: absolute;
    left: 5.5em;
    top: 120%;
    color: #f00;
    display: none;
}

#form input[type=text] {
    display: inline-block;
    height: 100%;
    width: 60%;
    padding: 0 0.5em;
    margin-left: 0.5em;
    border: 1px solid #c1c1c1;
}

#form .most-attention {
    clear: both;
}

#form .most-attention > label {
    float: left;
}

#most_attention {
    padding-left: 6em;
}

#most_attention label {
    display: inline-block;
    width: 48%;
    height: 2em;
}

#most_attention input {
    display: inline-block;
    height: 14px;
    width: 14px;
    vertical-align: -3px;
}

.other {
    height: 10%;
    margin-top: 1em;
}

.other label {
    display: block;
    height: 100%;
    width: 100%;
}

.other input {
    width: 80% !important;
    margin-left: 2.75em !important;
}

.form-btns {
    width: 100%;
    padding-top: 2%;
    text-align: center;
}

.form-btns button,
.form-btns a {
    display: inline-block;
    width: 23%;
    height: 48px;
    background-color: #3081f2;
    color: #fff;
    font-size: 20px;
    line-height: 48px;
    border: 0;
    outline: 0;
    cursor: pointer;
    margin: 0 0.75em;
}

.footer {
    font-size: 12px;
    padding: 40px 0 50px;
    text-align: center;
    background-color: #212121;
}

.bottom-information img {
    width: auto;
}

.bottom-toolbar {
    text-align: center;
    margin-bottom: 15px;
}
.bottom-toolbar a {
    display: inline;
}

.bottom-item {
    display: inline-block;
    zoom: 1;
    margin-right: 20px;
    cursor: pointer;
    color: #a9abae;
    text-decoration: none;
}
.bottom-vertical-line {
    display: inline-block;
    zoom: 1;
    height: 12px;
    width: 1px;
    background: #a9abae;
    margin-right: 20px;
}
.bottom-detail {
    display: inline-block;
    width: 200px;
    height: 30px;
    cursor: pointer;
}

@media screen and (max-width: 1680px) {
    .ct-section-title {
        font-size: 27px;
    }
}

@media screen and (max-width: 1440px) {
    .ct-section-title {
        font-size: 23.5px;
    }
}

@media screen and (max-width: 1200px) {
    .ct-section-title {
        font-size: 20px;
    }
}