/* 公共区域 */
* {
    padding: 0;
    margin: 0;
}

body {
    background-color: rgb(235, 242, 255);
    min-width: 1350px;
}

a {
    text-decoration: none;
}

img {
    border: none
}

button {

    outline: none !important;
}

ul>li {
    list-style: none;
    float: left;
}

tr,
td {
    font-size: 15px;
    line-height: 2.5;
    font-weight: 700;
}

/* 头部css */
.header {
    width: 100%;
    background-color: rgb(58, 123, 252);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 108px;
}

.header div:first-child {
    width: 200px;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.header-nav ul li a {
    color: white;
}

.left {
    width: 25%;
    height: 80%;
    float: left;
}

.left_img {
    margin: auto;
    width: 80%;
    height: 100%;
}

.left_img img{
    height: 100%;
}






.header-nav {
    float: left;
    color: white;
    width: 60%;
    font-size: 20px;
    margin-top: 20px;
    text-align: center;
    min-width: 1000px;
}



/* 隐藏 */
.one ul {
    /* 绝对定位-子 */
    position: absolute;
    background: #CCCCCC;
    display: none;
}

/* 显示 */
.one li:hover ul {
    display: block;
}

.header-nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-nav ul li {
    padding-left: 40px;
    padding-right: 40px;
}

.right {
    display: flex;
    width: 15%;
    float: left;
    justify-content: center;
    align-items: center;
}
.right button{
    background-color:transparent;
    border-style:none;
    margin-left: 10%;
}

.right img {
    margin-top: 4%;
    margin-left: 20%;
    width: 50%;
}
/*弹窗*/
.popup{
    display: none;
    width: 200px;
    height: 200px;
    background-color: #fff;
    position: absolute;
    z-index: 998;
    border-radius: 10px;
    float: left;
}
.popup_text{
    margin-top: 10px;
    margin-left: 17px;
    float: left;
    letter-spacing: 10px;
}
.popup_img{
    width: 80%;
    height: 140px;
    margin-left: 30px
}
.popup_img img{
    height: 100%;
}
/*第二个弹窗*/
.popup_phone{
    display: none;
    width: 250px;
    z-index: 998;
    border-radius: 10px;
    height: 100px;
    position: absolute;
    background-color: #fff;
}
.phone_text{
    margin-top: 25px;
}
.phone_text p{
    text-align: center;
    margin-bottom: 0rem !important;
}
/* //底部CSS */
.bottom {
    width: 100%;
    height: 400px;
    background-color: rgb(21, 30, 47);
    color: rgb(81, 90, 107);
    min-width: 1040px;
}

.bottom .bottom_all {
    width: 80%;
    height: 88%;
    position: relative;
    top: 12%;
    margin: auto;
}

.bottom .bottom_all .bottom_top {
    width: 100%;
    height: 88%;
}

.bottom .bottom_all .bottom_top .bottom_logo {
    width: 24%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
}

.bottom_logo .logo_size {
    background-color: white;
    height: 200px;
    width: 200px;
    margin: auto;
    top: 50%;
}

.bottom_logo .logo_size img {
    width: 100%;
    height: 100%;
}

.bottom_content {
    width: 76%;
    height: 100%;
    float: left;
}

.bottom_content_div ul{
    width: 20%;
    float: left;
}
.bottom_content_div{
    margin-top: 40px;
}
.bottom_content_div ul:first-child{
    padding-right: 10px;
    width: 30% !important;
}
.bottom_content_div ul li:first-child{
    font-size: 30px;
    font-weight: 700;
}
.bottom_content_div ul li{
    width: 100%;
    margin-top: 20px;
}


/*/*/
.bottom_bo {
    width: 100%;
    font-size: 13px;
    height: 10%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.bottom ul {
    list-style: none;
}

.bottom ul li {
    float: left;
}

/* 隐藏滚轮 */
::-webkit-scrollbar {
    /*隐藏滚轮*/
    display: none;
}

.msg__wrap {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10;
    transition: all .3s;
    transform: translate(-50%, -50%) scale(0, 0);
    max-width: 50%;

    background: #fff;
    box-shadow: 0 0 10px #eee;
    font-size: 10px;
}

/* 弹出框头部 */
.msg__wrap .msg-header {
    padding: 10px 10px 0 10px;
    font-size: 1.8em;
}

.msg__wrap .msg-header .msg-header-close-button {
    float: right;
    cursor: pointer;
}

/* 弹出框中部 */
.msg__wrap .msg-body {
    padding: 10px 10px 10px 10px;
    display: flex;
}

/* 图标 */
.msg__wrap .msg-body .msg-body-icon{
    width: 250px;
}

.msg__wrap .msg-body .msg-body-icon div{
    width: 100px;
    height: 100px;
    margin: 0 auto;
    line-height: 45px;
    color: #fff;
    font-size: 2em;
}

.msg__wrap .msg-body .msg-body-icon .msg-body-icon-success{
    background-image: url("../image/base/bottom_logo.png") ;
    background-size: 100% 100%;
    text-align: center;
}

.msg__wrap .msg-body .msg-body-icon .msg-body-icon-success::after{
    content: "";
}

.msg__wrap .msg-body .msg-body-icon .msg-body-icon-wrong{
    background: #ff8080;
    text-align: center;
}

.msg__wrap .msg-body .msg-body-icon .msg-body-icon-wrong::after{
    content: "误";
}

.msg__wrap .msg-body .msg-body-icon .msg-body-icon-info{
    background: #80b7ff;
    text-align: center;
}

.msg__wrap .msg-body .msg-body-icon .msg-body-icon-info::after{
    content: "注";
}

/* 内容 */
.msg__wrap .msg-body .msg-body-content{
    min-width: 200px;
    font-size: 1.5em;
    word-break: break-all;
    display: flex;
    align-items: center;
    padding-left: 10px;
    box-sizing: border-box;
}

/* 弹出框底部 */
.msg__wrap .msg-footer {
    padding: 0 10px 10px 10px;
    display: flex;
    flex-direction: row-reverse;
}

.msg__wrap .msg-footer .msg-footer-btn {
    width: 50px;
    height: 30px;
    border: 0 none;
    color: #fff;
    outline: none;
    font-size: 1em;
    border-radius: 2px;
    margin-left: 5px;
    cursor: pointer;
}

.msg__wrap .msg-footer .msg-footer-cancel-button{
    background-color: #ff3b3b;
}

.msg__wrap .msg-footer .msg-footer-cancel-button:active{
    background-color: #ff6f6f;
}

.msg__wrap .msg-footer .msg-footer-confirm-button{
    background-color: #4896f0;
}

.msg__wrap .msg-footer .msg-footer-confirm-button:active{
    background-color: #1d5fac;
}

/* 遮罩层 */
.msg__overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    background-color: rgba(0, 0, 0, .4);
    transition: all .3s;
    opacity: 0;
}
