* {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

a:hover {
    cursor: pointer;
}

#header {
    height: 50px;
    padding: 10px 0;
}

#header .center {
    width: 1200px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

/* 导航栏 logo区域 */
#header .logo {
    margin-left: 20px;
    /* background-color: #0896d5; */
    border-radius: 25px;
    float: left;
    height: 50px;
    line-height: 80px;
}

#header .logo img {
    height: 35px;
}

/* 导航栏 menu区域 */
.headMenu {
    height: 50px;
    line-height: 45px;
    float: left;
}

.headMenu li {
    display: block;
    padding-left: 10px;
    float: left;
    position: relative;
}

.headMenu li a {
    float: left;
    padding: 2.5px 25px;
    font-size: 16px;
    background-color: #fff;
    color: #909399;
}

.headMenu li a:hover {
    color: #303133;
}

.headMenu li dl {
    display: none;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
}

.headMenu li dl dd {
    text-align: center;
    color: #909399;
}

.headMenu li dl dd:hover {
    background-color: #EDEDED;
    color: #303133;
    cursor: pointer;
}

.headMenu li:hover dl {
    display: block;
}

.headMenu .active a {
    color: #303133;
    border-bottom: 2px solid #0896d5;
}

/* 导航栏 btn区域 */
#header .btn {
    color: #303133;
    display: inline-flex;
    align-items: center;
    margin-right: 20px;
}

#header .btn.login-user {
    font-size: 14px;
    max-width: 300px;
    display: block;
}

#header .btn.login-user span {
    margin-right: 3px;
}

#header .btn a {
    padding: 5px 5px;
}

#header .btn a:hover {
    color: #0896d5;
}

#header .btn .QQBtn {
    margin-left: 10px;
    color: #fff;
    background: #0896d5;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
}

.btn .QQBtn:hover {
    color: #fff !important;
}

/* banner区域 */
#banner {
    background: url(../img/bg1.jpg) center center no-repeat;
    height: 480px;
    color: #fff;
    background-size: cover;
    display: flex;
}

.tab_container {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.tab_container h1 {
    font-size: 62px;
    font-weight: 700;
    margin-bottom: 5px;
}

.tab_container h2 {
    font-size: 32px;
    font-weight: 500;
}

.tab_container .btn {
    margin-top: 25px;
}

.tab_container .btn a {
    padding: 10px 15px;
    background-color: #fff;
    border-radius: 10px;
    color: #1e95d4;
    margin-right: 10px;
    font-weight: 600;
}

.tab_container .btn a:hover {
    color: #409EFF;
    background-color: #ecf5ff;
}

.tab_container .box {
    width: 734px;
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.tab_container .box_content {
    border: 2px solid #fff;
    border-radius: 8px;
    width: 230px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab_container .message {
    padding: 0 15px;
    text-align: center;
}

.tab_container .message_title {
    font-weight: 600;
}

#footer {
    color: #fff;
    background-color: #1b1b1b;
    text-align: center;
    padding: 40px 0;
}

#footer a {
    padding: 0 5px;
    color: #fff;
}

#footer .line {
    padding: 5px 0;
}

/* 右侧导航栏 */
#rightNav {
    position: fixed;
    right: 0;
    top: 400px;
}

#rightNav div {
    margin-bottom: 1px;
    background-color: #9F9F9F;
    border-radius: 2px;
    opacity: .95;
}

#rightNav .customerService {
    width: 48px;
    height: 48px;
    background: url(../img/qq.png) no-repeat center center;
    display: block;
}

#rightNav .putDesktop {
    width: 48px;
    height: 48px;
    background: url(../img/desktop.png) no-repeat center center;
    display: block;
}

/* 表单样式 */
.option {
    padding: 10px 0 15px 0;
}

.option_title {
    font-size: 14px;
    width: 20%;
    display: inline-block;
}

.option_radio {
    margin-right: 10px;
}

.tips {
    padding: 10px 0;
    color: #f59b00;
}

/* 可选择输入框样式 */
.editable-select-style {
    height: 20px;
    padding: 9px 27px 9px 12px;
    color: var(--ui-dark, #4c5161);
    border: 1px solid var(--ui-border, #d0d0d5);
    border-radius: var(--ui-radius, 4px);
    background-color: var(--ui-white, #fff);
    text-decoration: none;
    transition: border-color var(--ui-animate-time, .2s), background-color var(--ui-animate-time, .2s);
    cursor: pointer;
    outline: none !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

/* 表格样式 */
.ui-table .opt a {
    padding: 5px 15px;
    border-radius: 5px;
    border: 1px solid #d0d0d5;
    margin-right: 5px;
}

.ui-table .opt .primary {
    background-color: #2a80eb;
    border: 1px solid #2a80eb;
    color: #fff;
}

/* 获取验证码按钮 */
.getCode {
    padding: 5px 15px;
    border-radius: 5px;
    border: 1px solid #d0d0d5;
}

#container-box {
    min-width: 1200px;
}

#footer-box {
    width: 100%;
    min-width: 1200px;
    background-color: #FFFFFF;
    border-radius: 15px;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

#footer-box .box- {
    width: 100%;
    box-sizing: border-box;
}

#footer-box .title{
    width: 100%;
    color: #1e95d4;
    letter-spacing: 2px;
    font-weight:700;
    font-size: 32px;
    text-align: center;
}

#footer-box .img-box {
    box-sizing: border-box;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}
#footer-box .img-box .partner-list {
    text-align: center;
}
#footer-box .img-box .partner-list img{
    display: block;
    width: 74px;
    height: 64px;
    box-sizing: border-box;
    padding: 0 5px;
}

#footer-box .img-box .partner-list span {
    margin-top: 10px;
}
