* {
    font-family: "Î¢ÈíÑÅºÚ";
    margin: 0;
    padding: 0
}

a {
    text-decoration: none;
}

ul, li {
    list-style: none;
}

input {
    outline: none;
}

.jkhead_bg {
    background: url(../images/head_bg.png)center no-repeat;
    width: 100%;
    height: 80px;
}
.zxjk_main {
    width: 780px;
    margin: 0 auto;
    background: #fff;
    margin-top: -20%;
    z-index: 9;
    position: relative;
    border-radius: 10px;
    border: 1px solid #eee;
    box-shadow: 0px 6px 5px #f2f2f2;
}
.jk_logo {
    height: 30px;
    display: block;
    margin: 0 auto;
    padding-top: 45px;
}

.return {
    position: relative;
    right: 4%;
    float: right;
    color: #fff;
    font-size: 14px;
    margin-top: 33px;
}

    .return img {
        position: relative;
        height: 15px;
        top: -3px;
        margin-right: 5px;
    }

.jkcenter_bg {
    width: 780px;
    margin: 0 auto;
    background: #fff;
    margin-top: -17%;
    z-index: 9;
    position: relative;
    border-radius: 10px;
    border: 1px solid #eee;
    box-shadow: 0px 6px 5px #f2f2f2;
    text-align: center;
}
    .jkcenter_bg h2 {
        color: #fd0404;
        font-size: 26px;
      padding: 16% 0 14% 0;
      line-height: 50px;
    }

    .zxjk_title {
        color: #1c74ce;
        font-size: 24px;
        text-align: center;
        padding: 3% 0;
        font-weight: normal;
    }
.zxjk_title2 {
    color: #11aa66;
    font-size: 24px;
    text-align: center;
    padding: 3% 0;
    font-weight: normal;
}
.zxjk_title3 {
    color: #ea4848;
    font-size: 24px;
    text-align: center;
    padding: 3% 0;
    font-weight: normal;
}

.jk_center {
    background: #fff;
    margin: 0 auto;
    padding: 2% 0 3% 0;
  
}
.jk_center1 {
    background: #fff;
    border: 1px solid #cfdde3;
    width:450px;
    margin: 0 auto;
    padding: 4% 70px 4% 70px;
    color: #ff0000;
    border-radius: 10px;
    text-align: center;
    font-size:16px;
}
.jk_wxts {
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
    width: 170px;
}
.ksdl_title {
    color: #1c74ce;
    font-size: 24px;
    font-weight: normal;
}

    .ksdl_title img {
        position: relative;
        top: -1px;
        margin-right: 10px;
        height: 27px;
    }

.jk_center ul {
    width: 510px;
    margin: 0 auto;
}
    .jk_center ul li {
        margin-bottom: 22px;
    }
        .jk_center ul li p {
          color: #666; font-size: 16px;
          margin-bottom: 6px;
          padding-left: 3px;
        }

        .jk_center ul li input[type="text"] {
            width: 488px;
            color: #999;
            font-size: 15px;
            border: 1px solid #ebebec;
            height: 43px;
            padding-left: 20px;
            background: #f0f7fb;
            border-radius: 5px;
        }

.ksdl_btn {
    display: block;

    margin: 0 auto;
   
    height: 43px;
    border-radius: 50px;
    border: 0;
    font-size: 14px;
    background-color: #1c74ce;
    color: #fff;
    width: 390px;
}

.jk_footer {
  
    color: #888;
    width: 100%;
    text-align: center;
    position: fixed;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

/*@media only screen and (max-width: 1600px) {
    .jk_center {
        transform: scale(0.9);
    }

    .zxjk_title {
        padding: 1.5% 0;
    }
}

@media only screen and (max-width: 1440px) {
    .jk_center {
        transform: scale(0.85);
        margin-top: -3%;
    }
}

@media only screen and (max-width: 1366px) {
    .jk_center {
        transform: scale(0.7);
        margin-top: -5%;
    }

    .zxjk_title {
        font-size: 24px;
    }
}
*/
@media only screen and (max-width: 1600px) {
    .zxjk_main {
        transform: scale(0.9);
        margin-top: -23%;
    }
}
    @media only screen and (max-width: 1440px) {
        .zxjk_main {
            transform: scale(0.9);
            margin-top: -23%;
        }
    }

    @media only screen and (max-width: 1366px) {
        .zxjk_main {
            transform: scale(0.8);
            margin-top: -27%;
        }

        .jkcenter_bg {
            transform: scale(0.8);
            margin-top: -21%;
        }
    }

    input[type=radio] {
        margin-right: 5px;
        cursor: pointer;
        font-size: 14px;
        width: 15px;
        height: 12px;
        position: relative;
        top: 15px;
        left: 15px;
    }

        input[type=radio]:after {
            position: absolute;
            width: 15px;
            height: 15px;
            top: 0;
            content: " ";
            background-color: #fff;
            color: #fff;
            display: inline-block;
            visibility: visible;
            padding: 0px 3px;
            border-radius: 50%;
            border: 1px solid #ebebeb;
        }

        input[type=radio]:checked:before {
            content: " ";
            display: block;
            position: relative;
            top: 0;
            width: 15px;
            height: 15px;
            color: #fff;
            font-weight: 400;
            z-index: 1;
            border-radius: 50%;
            background-color: #40c8c4;
        }
