.position {
    width: 100%;
    font-size: 16px;
    line-height: 70px;
    color: #333;
}
.position a {
    color: #333;
}
.position a:hover {
    color: #286ace;
}
.position span {
    display: inline-block;
    margin: 0 10px;
}




/* ä»¥ä¸‹æ˜¯htmlä¸­çš„style */
* {
    margin: 0;
    padding: 0;
}

.mail-box {
    margin: 0 auto 0 auto;
    /* width: 1200px; */
    /* font-size: 14px; */
}

.color-blue {
    color: #265293;
}

.color-red {
    color: #f56c6c;
}

.location {
    line-height: 32px;
    padding: 10px 0 10px 0;
}

.pointer {
    cursor: pointer;
}

a.color-blue:hover {
    color: #2383D0;
}

.border {
    border: 1px solid #e7e7e7;
}

.border-rd-4 {
    border-radius: 4px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-250 {
    margin-right: 250px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.px-25 {
    padding-left: 25px;
    padding-right: 25px;
}

.pl-150 {
    padding-left: 150px;
    padding-right: 150px;
}

.pr-200 {
    padding-right: 200px;
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.layui-btn.layui-default {
    background-color: #2383D0;
}

.layui-btn.layui-btn-primary:hover {
    border-color: #2383D0;
}

.mailTitle {
    line-height: 50px;
    position: relative;
    padding: 0 30px;
    font-weight: bold;
    font-size: 17px;
    margin-top: 30px;
    background-color: rgba(39, 96, 183, 0.06);
    color: #206dd7;
}

.mailTitle:before {
    content: "";
    width: 4px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #2383D0;
}

.img-code {
    height: 35px;
    width: 90px;
    display: inline-block;
}

.img-code img {
    height: 100%;
    width: 100%;
    margin-top: -2px;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.flex-1 {
    flex: 1;
}

.layui-form-item {
    line-height: 35px;
}

.width-500 {
    width: 500px;
}

.ver-mid {
    vertical-align: middle;
}

.layui-form-label {
    padding-left: 0;
    padding-right: 10px;
    text-align: right;
    width: 120px;
}

.layui-input-block {
    margin-left: 120px;
}

.layui-form-radio:hover *,
.layui-form-radioed,
.layui-form-radioed>i {
    color: #2383D0;
}

.layui-form-radio {
    margin-top: 0;
}

.text-center {
    text-align: center;
}

.layui-form-select dl dd.layui-this {
    background-color: #2383D0;
}

.btn-submit {
    width: 140px;
    height: 40px;
    background-color: rgba(22, 155, 213, 1);
}

.layui-input,
.layui-textarea,
.layui-select {
    height: 35px;
}

.xhy-search {
    white-space: nowrap;
}

.bg-white {
    background-color: #ffffff;
}

.location {
    width: auto;
    margin-bottom: 20px;
}

.wyxx-tip-box {
    background-image: linear-gradient(0deg,
            #f5faff 0%,
            #c9e5ff 100%),
        linear-gradient(#58585c,
            #58585c);
    border-radius: 16px;
    padding: 0 30px 40px;
}

.wyxx-tip-title {
    text-align: center;
    font-size: 32px;
    line-height: 60px;
    padding: 25px 0;
    color: #2e7ce5;
    font-weight: bold;
}

.wyxx_title_icon {
    width: 60px;
    margin-right: 20px;
}

.wyxx-tip-ct {
    background-color: #ffffff;
    color: #444444;
    line-height: 40px;
    padding: 10px 30px;
    font-size: 16px;
}

.text-indent-2 {
    text-indent: 2em;
}

.wyxx-tip-ct-item {
    transition: all .5s;
    max-height: 0;
    overflow: hidden;
}

.wyxx-tip-ct-item-show {
    color: #206dd7;
    display: inline-block;
    cursor: pointer;
    text-indent: initial;
}

.px-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.underline {
    text-decoration: underline;
}

#upload {
    height: 30px;
    line-height: 30px;
}

.ml-5 {
    margin-left: 5px;
}

.layui-layer-dialog {
    max-width: 500px;
    font-size: 14px;
}

.layui-layer-btn .layui-layer-btn0 {
    border-color: #2383D0;
    background-color: #2383D0;
}

.upload-btn-box {
    position: relative;
    display: inline-block;
}

.upload-btn-box input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.file-del {
    color: #f56c6c;
    cursor: pointer;
    display: inline-block;
}

.getCodeClear {
    display: none;
}



@media screen and (max-width:992px) {
    .position {
        width: 100%;
        line-height: 38px;
      }
    .border{
        border: none;
    }
    .px-30{
        padding-left: 0;
        padding-right: 0;
    }
    .pr-200 { padding-right: 0px;}
    .pl-150 { padding-left: 0px;  padding-right: 0px;}
    .layui-input-block {margin-left: 0px;}
    .width-500 {width:100%;}
    .layui-form-label {  padding-right: 10px;   text-align: left;   width: auto;}
    .wyxx-tip-box { padding: 0 15px 15px; }
    .wyxx-tip-title { padding: 15px 0; }
    .wyxx-tip-ct { padding: 10px 15px; }
    p+p { margin-top: 0; }
    .mailTitle { margin-top: 15px; }
    .layui-form-item { margin-right: 0; }
    }