@charset "UTF-8";
/** syjshare-v1 License */
.btn {
    background-color: #4169E1;
    color: white;
    text-align: center;
    border: 3px #4169E1;
    display: inline-block;
    height: 30px;
    min-width: 80px;
    line-height: 30px;
    white-space: nowrap;
    font-size: 14px;
    border-radius: 2px;
    cursor: pointer
}
.btn-sm {
    height: 24px;
    min-width: 60px;
    line-height: 24px;
    font-size: 12px;
}
.btn:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    color: #fff
}
.btn:active {
    opacity: 1;
    filter: alpha(opacity=100)
}
.btn:disabled {
    opacity: .8;
    background-color: #929cb3;
    filter: alpha(opacity=80);
    color: #fff
}
.layui-bg-sb {
    background-color: #4169E1 !important
}

.layui-btn-sb {
    background-color: #4169E1
}
.layui-btn-sb[disabled] {
    background: #737374 !important;
}
.layui-btn-jyb {
    background: #00174E url("../images/btn-jyb.png");
    width: 128px;
    height: 54px;
    border-radius: 10px;
}

.layui-btn-tyb {
    background: #00174E url("../images/btn-tyb.png");
    width: 128px;
    height: 54px;
    border-radius: 10px;
}
.btn-tip {
    color: #FF8C00;
    font-size: 16px;
    font-weight: bold;
    background-color: #FFFFFF;
    border-color:#FF8C00;
    border-style:solid;
    border-width:1px;
}
.btn-tip:hover {
    color: #FF8C00;
    font-size: 16px;
    font-weight: bold;
    background-color: #FFFFFF;
    border-color:#FF8C00;
    border-style:solid;
    border-width:1px;
}
.btn-tip-checked {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    background-color: #FF8C00;
    border-color:#FF8C00;
    border-style:solid;
    border-width:1px;
}
.input-tip {
    color: #FF8C00;
    font-size:16px;
    font-weight:bold;
    height:30px;
    width: 85px;
    display: inline;
    border-color:#FF8C00;
    border-style:solid;
    border-width:1px;
}
.input-tip-checked {
    color: #FF8C00;
    font-size:16px;
    font-weight:bold;
    height:34px;
    width: 85px;
    display: inline;
    border-color:#FF8C00 !important;
    border-style:solid;
    border-width:2px;
}
.input-tip:focus {
    border-width:2px;
    border-style:solid;
    border-color: #FF8C00 !important;
}
.input-tip:hover {
    border-width:2px;
    border-style:solid;
    border-color: #FF8C00 !important;
}
.input-tip::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-weight:normal;
    color: #FF8C00;
}
.input-tip::-moz-placeholder {
    /* Firefox 19+ */
    font-weight:normal;
    color: #FF8C00;
}
.input-tip:-ms-input-placeholder {
    /* IE 10+ */
    font-weight:normal;
    color: #FF8C00;
}
.input-tip:-moz-placeholder {
    /* Firefox 18- */
    font-weight:normal;
    color: #FF8C00;
}

.layui-table-grid-down { display: none; }
/** layout-index */
.index-banner {
    width: 100%;
    height: 200px;
    text-align: center;
    background: #00174E url("../images/top.jpg") center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index-banner-login{
    color: #fff;
    text-align: right;
    font-size: 16px;
    padding-top: 10px;
    padding-right: 20px;
    font-weight: bold;
}
.index-banner-t1{
    color: #fff;
    text-align: left;
    font-size: 36px;
    padding-top: 0px;
    padding-left: 20px;
    font-weight: bold;
}
.index-banner-t2{
    color: #fff;
    text-align: left;
    font-size: 20px;
    margin-top: 10px;
    margin-left: 13px;
    margin-bottom: 20px;
    padding-left: 20px;
}
.index-banner-t3{
    color: #bddaff;
    font-size: 14px;
    padding:2px 20px;
    background: rgba(0, 69, 152, 0.5);
    display: inline-block;
    border-radius: 50px;
    margin-top: 10px;
}
.index-content-8m {
    width:100%;
    height:400px;
    min-height:200px;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin:0 auto;
}
.index-content {
    width:1000px;
    min-height:400px;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin:0 auto;
}
.index-title {
    color: #4169E1;
    font-size: 30px;
}
.index-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    margin-top: 50px;
    margin-bottom: 20px;
    background-color: #ffffff;
}
.center-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    margin-top: 20px;
}
.index-input-8m {
    border:2px solid #4169E1;
    width:360px;
    height:36px;
    align-content: center;
    font-size:30px;
    color: #4169E1;
    text-align: center;
    border-radius: 6px;
}
.index-input-8m::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #d7ddee;
    font-size:24px;
}
.index-input-8m::-moz-placeholder {
    /* Firefox 19+ */
    color: #d7ddee;
    font-size:24px;
}
.index-input-8m:-ms-input-placeholder {
    /* IE 10+ */
    color: #d7ddee;
    font-size:24px;
}
.index-input-8m:-moz-placeholder {
    /* Firefox 18- */
    color: #d7ddee;
    font-size:24px;
}
.index-input-out-trade-no {
    border:2px solid #4169E1;
    width:400px;
    height:36px;
    align-content: center;
    font-size:20px;
    color: #4169E1;
    text-align: center;
    border-radius: 6px;
}
.index-input-out-trade-no::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #d7ddee;
    font-size:20px;
}
.index-input-out-trade-no::-moz-placeholder {
    /* Firefox 19+ */
    color: #d7ddee;
    font-size:20px;
}
.index-input-out-trade-no:-ms-input-placeholder {
    /* IE 10+ */
    color: #d7ddee;
    font-size:20px;
}
.index-input-out-trade-no:-moz-placeholder {
    /* Firefox 18- */
    color: #d7ddee;
    font-size:20px;
}
.index-res-name {
    margin-top: 70px;
    margin-bottom:70px;
    text-align: center;
    font-size: 30px;
}
.index-res-filename {
    color:#1935A2;
    font-weight: bold;
}
.index-res-desc{
    margin-top: 20px;
    color:#1935A2;
}
.a-rb{
    color: #4169E1;
    font-size: 16px;
    cursor:pointer;//鼠标变小手
}
.a-rb:hover {
    color: #4169E1;
    opacity: .8;
}
.a-rb:active {
    opacity: 1;
    filter: alpha(opacity=100)
}
.a-white{
    color: #FFFFFF;
    font-size: 14px;
    cursor:pointer;//鼠标变小手
}
.a-white:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    color: #fff
}
.a-white:active {
    opacity: 1;
    filter: alpha(opacity=100)
}
.index-login {
    color:#4169E1;
    font-size: 16px;
    width:100%;
    max-width: 380px;
    max-height:430px;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin:0 auto;
}
.index-login-account {
    border:1px solid #4169E1;
    width:210px;
    height:30px;
    font-size:16px;
    color: #1935A2;
    text-align: left;
    border-radius: 6px;
    padding-left:5px;
}
.index-login-password {
    border:1px solid #4169E1;
    width:126px;
    height:30px;
    font-size:16px;
    color: #1935A2;
    text-align: left;
    border-radius: 6px;
    padding-left:5px;
}
.btn-login {
    width: 216px;

}
.btn-yzm {
    background-color: #4169E1;
    color: white;
    width:80px;
    height:32px;
    font-size:12px;
    text-align: center !important;    /* step5：水平居中 */
    border: 6px #4169E1;
}
.layui-form-radio>i:hover, .layui-form-radioed>i{
    color: #4169E1 !important;
}
.label {
    display: block;
    padding: 9px 15px;
    min-width: 80px;
    font-weight: 400;
    line-height: 20px;
}
.layui-form-select dl dd.layui-this {
    background-color: #4169E1;
}
.checkbox {
    margin-right: 5px;
    cursor: pointer;
    font-size: 14px;
    width: 20px;
    height: 20px;
    position: relative;
}
.checkbox:after {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    content: " ";
    background-color: #d0cfcf;
    color: #4169E1;
    display: inline-block;
    visibility: visible;
    padding: 0px 0px;
    border-radius: 3px;
}

.checkbox:checked:after {
    content: "✓";
    color: #FFFFFF;
    background-color: #4169E1;
    width: 17px;
    padding-left: 3px;
    font-size: 16px;
    font-weight: bolder;
}

.hover-pointer {
    cursor:pointer;//鼠标变小手
}
.panDiv {
    line-height: 2;
}
.panDiv pre {
    background: #f5f5f5;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
}
.panDiv a {
    color: #4169e1;
    text-decoration: underline;
}
