#source {
    margin-top: 45px;
    margin-bottom: 60px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    clear: both;
}

.clearfix:after,
.clearfix:before {
    content: "\200B";
    display: block;
    height: 0;
    visibility: hidden;
}

#source .center {
    width: 1200px;
    margin: 0 auto;
}

#source .center .content {
    width: 100%;
    padding: 45px 40px 90px;
    box-sizing: border-box;
    background: #fff;
}

#source .center .content .source-box {
    padding: 50px 40px 40px;
    background: #fafafa;
    margin-bottom: 40px;
}

#source .center .content .source-box .top {
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
    padding-bottom: 10px;
}

#source .center .content .source-box .down-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 35px;
    margin-bottom: 40px;
}

#source .center .content .source-box .down-box a {
    display: inline-block;
    width: 500px;
    position: relative;
}

#source .center .content .source-box .down-box a>img {
    width: 100%;
}

#source .center .content .source-box .down-box a .hand {
    position: absolute;
    background-repeat: no-repeat;
}

#source .center .content .source-box table {
    border: 1px solid #cbcccc;
    width: 100%;
    box-sizing: border-box;
    margin-top: 30px;
}

#source .center .content .source-box table tr {
    width: 100%;
}

#source .center .content .source-box table tr th {
    height: 66px;
    width: 20%;
    text-align: center;
    color: #333;
    font-size: 16px;
}

#source .center .content .source-box table tr td {
    width: 80%;
    height: 66px;
    color: #999;
    font-size: 16px;
    background: #fff;
}

#source .center .content .source-box table tr td .upload-box {
    display: flex;
    align-items: center;
}

#source .center .content .source-box table tr td .upload-box .width9 {
    width: 400px;
    text-align: right;
}

#source .center .content .source-box table tr td .upload-box a {
    width: 120px;
    height: 46px;
    line-height: 40px;
    text-align: center;
    background-color: #bebebe;
    border-radius: 6px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    margin-left: 25px;
    margin-right: 10px;
    position: relative;
    overflow: hidden;
}

#source .center .content .source-box table tr td .upload-box a input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
}

#source .center .content .source-box-apply {
    padding: 40px 40px 40px;
    background: #fafafa;
}

#source .center .content .source-box-apply .title {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    text-align: center;
}

#source .center .content .source-box-apply .title:before {
    content: '';
    width: 390px;
    height: 1px;
    background: #bebebe;
    position: absolute;
    left: 0;
    top: 15px;
}

#source .center .content .source-box-apply .title:after {
    content: '';
    width: 390px;
    height: 1px;
    background: #bebebe;
    position: absolute;
    right: 0;
    top: 15px;
}

#source .center .content .source-box-apply .table-box {
    margin-top: 45px;
    border: 1px solid #e6e6e6;
    width: 100%;
}

#source .center .content .source-box-apply .table-box .top {
    width: 100%;
    height: 66px;
    line-height: 66px;
    text-align: center;
    background: #bebebe;
    color: #333;
    font-size: 18px;
    font-weight: bold;
}

#source .center .content .source-box-apply .table-box .tr {
    width: 100%;
    height: 66px;
    line-height: 66px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e6e6e6;
    box-sizing: border-box;
}

#source .center .content .source-box-apply .table-box .tr .th {
    width: 20%;
    height: 64px;
    font-size: 16px;
    color: #333;
    border-right: 1px solid #e6e6e6;
    padding-left: 20px;
    box-sizing: border-box;
}

#source .center .content .source-box-apply .table-box .tr .td {
    width: 30%;
    height: 64px;
    font-size: 16px;
    color: #333;
    background: #fff;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

#source .center .content .source-box-apply .table-box .tr .td input {
    width: 90%;
    padding-left: 10px;
    height: 60px;
    border: none;
}

#source .center .content .source-box-apply .table-box .tr .border {
    border-right: 1px solid #e6e6e6;
}

#source .center .content .source-box-apply .table-box .tr .down {
    width: 40%;
    display: flex;
    align-items: center;
}

#source .center .content .source-box-apply .table-box .tr .down a {
    color: #999;
    font-size: 16px;
    line-height: 32px;
    box-shadow: 0 1px #999;
    display: inline-block;
    margin-left: 10px;
}

#source .center .content .source-box-apply .table-box .tr .up {
    width: 40%;
    display: flex;
    justify-content: flex-end;
}

#source .center .content .source-box-apply .table-box .tr .up .upload-box {
    display: flex;
    align-items: center;
}

#source .center .content .source-box-apply .table-box .tr .up .upload-box span {
    color: #999;
    font-size: 16px;
}

#source .center .content .source-box-apply .table-box .tr .up .upload-box .width9 {
    width: 200px;
    text-align: right;
}

#source .center .content .source-box-apply .table-box .tr .up .upload-box a {
    width: 120px;
    height: 46px;
    line-height: 40px;
    text-align: center;
    background-color: #bebebe;
    border-radius: 6px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    margin-left: 25px;
    margin-right: 10px;
    position: relative;
    overflow: hidden;
}

#source .center .content .source-box-apply .table-box .tr .up .upload-box a input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
}

#source .center .content .source-box-apply .table-box .tr .tr:last-of-type {
    border-bottom: 1px solid #e6e6e6;
}

#source .center .content .source-box-apply .submit-btn {
    width: 150px;
    height: 46px;
    line-height: 46px;
    border: none;
    text-align: center;
    background-color: #04A2E4;
    border-radius: 6px;
    color: #fff;
    font-size: 18px;
    margin: 0 auto;
    display: block;
    margin-top: 55px;
}

#source .center .content01 {
    box-sizing: border-box;
    padding: 50px 20px 140px;
    background: #fff;
}

#source .center .content01 .tt {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5em;
}

#source .center .content01 .href-box {
    width: 100%;
    padding: 45px 0px 25px;
    border-bottom: 1px solid #e6e6e6;
}

#source .center .content01 .href-box .href-left {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

#source .center .content01 .href-box .href-left a {
    display: inline-block;
    width: 192px;
    position: relative;
}

#source .center .content01 .href-box .href-left a img {
    width: 100%;
}

#source .center .content01 .href-box .href-left .work {
    margin-left: 30px;
}

#source .center .content01 .href-box .href-right a {
    width: 275px;
}

#source .center .content01 .href-box .href-right a img {
    width: 100%;
}

#source .center .content01 .msg {
    margin-top: 30px;
}

#source .center .content01 .msg p {
    color: #666;
    font-size: 16px;
    line-height: 2em;
}

#source .center .content01 .info-box {
    margin-top: 35px;
}

#source .center .content01 .info-box .title {
    width: 245px;
    height: 54px;
    line-height: 70px;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-size: 245px 54px;
    background: url("../img/notify/w10.png");
    margin-left: -10px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

#source .center .content01 .info-box .info {
    padding-left: 60px;
    margin-top: 25px;
}

#source .center .content01 .info-box .info .t1 {
    color: #04A2E4;
    font-size: 16px;
    font-weight: bold;
    margin-left: 30px;
}

#source .center .content01 .info-box .info .t2 {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    margin-left: 60px;
}

#source .center .content01 .info-box .info .t3 {
    color: #333;
    font-size: 16px;
    font-weight: bold;
}

#source .center .content01 .info-box .info .contact {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-right: 45px;
    margin-top: 40px;
    padding-bottom: 95px;
}

#source .center .content01 .info-box .info .contact li {
    text-align: center;
    padding: 0 10px;
    position: relative;
}

#source .center .content01 .info-box .info .contact li img {
    width: 90px;
}

#source .center .content01 .info-box .info .contact li .tt {
    color: #333;
    font-weight: bold;
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 20px;
}

#source .center .content01 .info-box .info .contact li:nth-of-type(1) {
    width: 275px;
}

#source .center .content01 .info-box .info .contact li:nth-of-type(3) {
    width: 300px;
}

#source .center .content01 .info-box .info .contact li:after {
    content: '';
    width: 1px;
    height: 57px;
    background: #e6e6e6;
    position: absolute;
    right: 0;
    top: calc(50% - 40px);
}

#source .center .content01 .info-box .info .contact li:nth-of-type(2):after {
    right: -88px;
}

#source .center .content01 .info-box .info .contact li:nth-of-type(3):after {
    top: calc(50% - 57px);
}

#source .center .content01 .info-box .info .contact li:last-of-type:after {
    width: 0;
}

#source .center .content01 .info-box .info p {
    color: #666;
    font-size: 16px;
    line-height: 2em;
}

#source .center .content01 .border-bot {
    border-bottom: 1px solid #e6e6e6;
}

#source .center .content01 .bottom {
    margin-top: 30px;
}

#source .center .content01 .bottom p {
    color: #666;
    font-size: 16px;
    text-align: right;
    line-height: 2em;
}

#source .color-red {
    font-size: 16px;
    color: red;
    margin-right: 5px;
}

@keyframes myfirst {
    0% {
        background: url("../img/notify/8.png");
        transform: translate(0px, 0px);
    }

    25% {
        background: url("../img/notify/8.png");
        transform: translate(-10px, -10px);
    }

    50% {
        background: url("../img/notify/8.png");
        transform: translate(0px, 0px);
    }

    75% {
        background: url("../img/notify/8.png");
        transform: translate(-10px, -10px);
    }

    100% {
        background: url("../img/notify/8.png");
        transform: translate(0px, 0px);
    }
}

#source .center .content01 .href-box .href-left a .hand {
    position: absolute;
    background-repeat: no-repeat;
    background-size: 38px 38px;
    width: 38px;
    height: 38px;
    top: 45px;
    right: -5px;
    animation: myfirst 6s infinite;
}

#source .center .content01 .href-box .href-right {
    position: relative;
}

#source .center .content01 .href-box .href-right a .arr {
    position: absolute;
    background-repeat: no-repeat;
    background-size: 56px 56px;
    width: 56px;
    height: 56px;
    top: 30px;
    right: 10px;
    display: inline-block;
    align-items: center;
    overflow: hidden;
    background: url("../img/notify/arr01.png");
}

#source .center .content01 .href-box .href-right a .arr img {
    width: 21px;
    margin-top: 15px;
    margin-left: -25px;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
}

#source .center .content .source-box .down-box a .hand {
    position: absolute;
    background-repeat: no-repeat;
    background-size: 34px 66px;
    width: 34px;
    height: 66px;
    top: 32px;
    left: 214px;
    background: url("../img/notify/7.gif");
}

.radioitem {
    display: flex;
    margin-left: 25px;
    height: 20px;
}

.radioitem .radio {
    display: none;
}

.radioitem .radiolabel {
    display: inline-block;
}

.radioitem .radiolabel span {
    height: 20px;
    line-height: 20px;
    display: inline-block;
    float: left;
    margin-left: 10px;
    user-select: none;
    cursor: pointer;
    margin-top: 3px;
}

.radioitem .radio:checked+.radiolabel::before {
    background-image: url('../img/notify/radio2.png');
}

.radioitem .radiolabel::before {
    width: 15px;
    height: 15px;
    content: '';
    display: inline-block;
    background-image: url('../img/notify/radio1.png');
    background-size: 100% 100%;
    float: left;
    cursor: pointer;
    margin-top: 7px;
}
.img_code{
  width: auto;
  height: 100%;
}
button, input, select, textarea {
    font-size: 100%;
}