a:link {
    text-decoration: none;
}

.transverse li {
    list-style: none;
    float: left;
}

/*导航首页字体样式*/
.navigation-home {
    margin-left: 300px;
    margin-top: -40px;
    background: #1c1c1c
}

/*导航下拉div样式*/
.navigation-down-font1 {
    margin-left: 27px;
    font-size: 14px;
    color: #666666;
    padding-top: 20px;
    height: 60px
}

/*导航下拉div样式*/
.navigation-down-font2 {
    margin-left: 25px;
    font-size: 14px;
    color: #666666;
    padding: 5px;
    height: 30px;
}

/*首页主体div样式*/
.main-div {
    width: 1400px;
    margin: 15px auto
}

/*首页轮播图下小图片*/
.img-title {
    height: 100px;
    margin-top: 15px
}

.img-title img {
    margin-right: 11px;
}

/*主体部分小图*/
.img-type {
    background: white;
    border-radius: 5px;
    height: 305px;
    -webkit-transition: margin-top 300ms;
    /* Safari */
    margin-right: 12px;
    border: 1px solid #f3f6fb;
}

.img-type-small-height {
    height: 285px;
}

.img-type:hover {
    box-shadow: 0px 10px 10px 0px rgba(204, 215, 234, 0.2);
}

.img-type img {
    border-radius: 5px 5px 0 0;
}

.img-font-div {
    width: auto;
    margin: 0 auto;
}

.img-font-div a {
    text-decoration: none;
    color: black
}

.img-font-head {
    font-size: 16px;
    margin-top: 10px
}

.img-font-middle {
    font-size: 10px;
    margin-top: 5px
}

.img-font-middle-study {
    color: #bbbbbb
}

.img-font-middle-money {
    float: right;
    color: #F05334;
}

.img-font-bottom {
    font-size: 10px;
    margin-top: 8px
}

.img-font-bottom-headImg {
    color: #cdcdcd
}

.img-font-bottom-ding {
    float: right;
    margin-left: 3px;
    color: #d3d3d3
}

.img-font-original {
    float: right;
    color: #d3d3d3;
    border: 1px solid #d3d3d3;
    border-radius: 16px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 2px
}

/*处理省略号的那个div*/
.ellipsis-div {
    font-size: 10px;
    margin-top: 5px;
    color: #bbbbbb;
}

/*标签群*/
.oval {
    background: #445aff;
    border-radius: 25px;
    padding: 12px 35px 12px 35px;
    color: white;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 18px;
}

.ddl {
    width: 80px;
    margin-top: 30px;
    margin-right: 40px;
    float: left;
}

.ddr {
    width: 130px;
    float: right;
}

.ff {
    font-weight: bold;
    font-family: Aharoni;
    font-size: 32px;
    color: white;
    margin-top: 20px;
    float: right;
}

/*小导航栏*/
.small-navigation li {
    display: inline;
    list-style: none;
}

/*小导航栏的字体*/
.small-nav-font {
    font-size: 14px;
    color: #c5c6c9;
}

.small-nav-font:hover {
    color: #0057ff;
}

.active {
    color: #0057ff !important;
}

/*二维码上的字*/
.qr-code-font {
    color: #666666;
    font-size: 14px;
    margin-top: 100px;
    position: absolute
}

/*去掉bootstrap轮播阴影的东西*/
.carousel-control.left {
    background-image: none;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: none;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

/*首页顶部消息滚动条*/
.scroll-bar {
    height: 30px;
    width: 100%;
    margin: 0 auto
}

.scroll-bar span {
    color: #0057ff;
    font-size: 14px;
}

.scroll-bar .scroll-bar-text {
    margin-top: 7px
}

.register-login {
    float: right;
    width: 100px;
    height: 20px;
}

.register {
    font-size: 14px;
    color: white;
    margin-left: 10px
}

.login {
    font-size: 14px;
    color: white;
    margin-left: 20px
}

.search-img {
    position: absolute;
    z-index: 1;
    margin: 5px 0 0 -45px
}

.messages-img {
    margin-right: 15px;
    margin-top: 5px
}

.label-div {
    position: absolute;
    margin-left: 18px;
}

#messageDiv:hover #closeImg {
    display: block !important;
}


@media (max-width:1400px) {
    .scroll-bar-text {
        width: 1200px !important;
    }

    #messageDiv {
        width: 1200px !important;
    }

    #closeImg {
        right: 100px !important;
    }
}

.label-top-blue {
    width: 48px;
    height: 51px;
    background: #0057ff;
    text-align: center;
    padding: 8px 5px 0 5px;
    font-family: Aparajita;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 1px
}

.label-left-triangle-blue {
    width: 0;
    height: 0;
    border-right: 24px solid transparent;
    border-top: 10px solid #0057ff;
    float: left;
}

.label-right-triangle-blue {
    width: 0;
    height: 0;
    border-left: 24px solid transparent;
    border-top: 10px solid #0057ff;
    float: left;
}

.label-top-purple {
    width: 48px;
    height: 51px;
    background: #820ff0;
    text-align: center;
    padding: 8px 5px 0 5px;
    font-family: Aparajita;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 1px
}

.label-left-triangle-purple {
    width: 0;
    height: 0;
    border-right: 24px solid transparent;
    border-top: 10px solid #820ff0;
    float: left;
}

.label-right-triangle-purple {
    width: 0;
    height: 0;
    border-left: 24px solid transparent;
    border-top: 10px solid #820ff0;
    float: left;
}

.label-top-yellow {
    width: 48px;
    height: 51px;
    background: #fff600;
    text-align: center;
    padding: 8px 5px 0 5px;
    font-family: Aparajita;
    color: #333333;
    font-size: 14px;
    letter-spacing: 1px
}

.label-left-triangle-yellow {
    width: 0;
    height: 0;
    border-right: 24px solid transparent;
    border-top: 10px solid #fff600;
    float: left;
}

.label-right-triangle-yellow {
    width: 0;
    height: 0;
    border-left: 24px solid transparent;
    border-top: 10px solid #fff600;
    float: left;
}

.label-top-orange {
    width: 48px;
    height: 51px;
    background: #ff6334;
    text-align: center;
    padding: 8px 5px 0 5px;
    font-family: Aparajita;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 1px
}

.label-left-triangle-orange {
    width: 0;
    height: 0;
    border-right: 24px solid transparent;
    border-top: 10px solid #ff6334;
    float: left;
}

.label-right-triangle-orange {
    width: 0;
    height: 0;
    border-left: 24px solid transparent;
    border-top: 10px solid #ff6334;
    float: left;
}


.nav-bg {
    /*background:url(../images/drawing.png);*/
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 600px;
    padding: 25px 234px;
    /*border:1px dashed red;*/
}

/*灰色按钮*/
.operating_gray {
    border: 1px solid rgba(220, 220, 220, 1);
    color: rgba(153, 153, 153, 1);

}

.operating_gray:hover,
.cancel:hover {
    color: rgba(102, 102, 102, 1) !important;
    border: 1px solid rgba(153, 153, 153, 1) !important;
}

/*蓝色按钮*/
.operating_blue {
    background: rgba(56, 140, 255, 1);
    border: 1px solid rgba(56, 140, 255, 1);
    color: rgba(255, 255, 255, 1) !important;

}

.operating_blue:hover,
.determine:hover {
    border: 1px solid rgba(0, 87, 255, 1) !important;
    background: rgba(0, 87, 255, 1) !important;
    color: rgba(255, 255, 255, 1) !important;
}

/*翻页*/
.Page {
    text-align: center;
    background: transparent;
    height: auto;
}

.pagination {
    margin: 60px auto 40px;
}

.pagination>li>a {
    font-size: 14px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    border: 1px solid rgba(238, 238, 238, 1);
    border-radius: 5px;
    line-height: 40px;
    padding: 0;
    width: 40px;
    height: 40px;
    margin: 0 5px;
}

.pagination>li:first-child>a {
    margin-right: 10px;
}

.pagination>li:last-child>a {
    margin-left: 10px;
}

.pagination>li>a:hover,
.pagination>li>a:focus {
    background: rgba(56, 140, 255, 1);
    border: 1px solid rgba(56, 140, 255, 1);
    color: rgba(255, 255, 255, 1);
}

/*1400缩放*/
@media screen and (max-width:1400px) {

    html,
    body {
        font-size: 12px;
    }

    .max_width {
        width: 1200px !important;
    }
}

.max_width {
    width: 1400px;
    margin: 0 auto;
}

/*清除浮动*/
.clear_float {

    overflow: hidden;
    zoom: 1;
}

.clear_float::before {
    content: '';
    clear: both;
    display: table;
}

/*水平垂直居中*/
.position_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*弹窗*/
.window {
    min-width: 1200px;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

/*私信弹窗*/
.private_letter_popup {
    display: none;
}

.private_letter_window {
    overflow: hidden;
    resize: none;
    padding-bottom: 30px;
    width: 600px;
    min-height: 320px;
    background: rgba(255, 255, 255, 1);
    border-radius: 5px;
}

.private_letter_window>form {
    width: 100%;
    height: 100%;
    padding: 0 30px;
}

.private_letter_window>form>p {
    padding: 30px 0;
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    color: rgba(48, 48, 48, 1);
}

.private_letter_window>form>p>a {
    color: #388CFF;

}

/*文本框*/
.private_letter_textarea {
    position: relative;
}

.private_letter_textarea>p {
    position: absolute;
    bottom: 12px;
    right: 15px;
    color: #C6C6C6;
    font-size: 12px;
}

.private_letter_textarea>p>span {
    color: #388CFF;
}

.private_letter_textarea>textarea {
    outline: none;
    padding: 15px 15px 60px;
    display: block;
    resize: none;
    width: 540px;
    /* height:150px; */
    border: 1px solid #EEEEEE;
    border-radius: 5px;
}

.private_letter_textarea>textarea:focus {
    border: 1px solid #DCDCDC !important;
}

.private_letter_textarea>textarea::-webkit-input-placeholder {
    padding: 5.6rem 1.8rem 0.5rem 0;
    font-size: 0.75rem;
    line-height: 0.75rem;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    text-align: right;
}

/*弹窗按钮*/
.private_letter_btn {
    text-align: right;
    margin-top: 36px;
}

.private_letter_btn>button {
    box-sizing: border-box;
    border-radius: 5px;

    display: inline-block;
    width: 140px;
    height: 40px;
    font-size: 18px;
}

.private_letter_btn>button:last-child {
    margin-left: 18px;
    background: transparent;
}




.public_window {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
}

.public_window .public_wrap {
    background-color: #fff;
    width: 300px;
    height: 200px;
    padding: 17px 25px 23px 25px;
    opacity: 1;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.public_window .public_wrap .hr {
    border-bottom: 1px solid #EEEEEE;
}

.public_window .public_wrap h2 {
    margin: 0 0 12px 0;
    font-size: 0.875rem;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #303030;
}

.public_window .public_wrap .public_content {
    font-size: 20px;
    margin-top: 35px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #303030;
    text-align: center;
    padding-left: 11px;
}

.public_window .public_wrap img.close_btn {
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    top: 15px;
    right: 27px;
    cursor: pointer;
}

.public_window .public_wrap .public_btn {
    text-align: center;
}

.public_window .public_wrap .public_btn .btn {
    line-height: 21px;
    width: 120px;
    height: 30px;
    background: #388cff;
    border-radius: 5px;
    border: none;
    font-size: 1.125rem;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #ffffff;
    position: absolute;
    bottom: 23px;
    left: 50%;
    margin-left: -60px;
}

.public_window .public_wrap .public_btn .btn:focus:hover {
    background: #0057ff;
    border-radius: 5px;
}

.public_window .public_wrap .public_btn .btn:hover {
    border-color: #adadad;
    background: #0057ff;
    border-radius: 5px;
}


/* 分享 移入弹窗 css  开始 */
#share_btn:hover>#share_box {
    display: block;
}

#share_btn>#share_box {
    display: none;
    /* display: flex; */
    justify-content: space-around;
    align-items: center;
    position: absolute;
    top: 20px;
    left: -79px;
    right: unset !important;
    width: 180px;
    height: 80px;
    /* background: rgba(255, 255, 255, 1); */
    /* border-radius: 5px; */
    /* box-shadow: 0px 0 8px 1px rgba(75, 75, 75, 0.1); */
    background: url('../../common/images/share_bg.png') no-repeat center;
    background-size: contain;
    z-index: 34;
    padding-top: 10px;
    padding-right: 2px;
}



#share_btn>#share_box>a {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

#share_btn {
    position: relative;
}

#share_btn:hover>#share_box {
    display: flex;
}

#share_btn>#share_box>.wx {
    background: url('../../common/images/wx-2.png') no-repeat center;
    background-size: cover;
}

#share_btn>#share_box>.wx:hover {
    background: url('../../common/images/wx-1.png') no-repeat center;
    background-size: cover;
}

#share_btn>#share_box>.wb {
    background: url('../../common/images/wb-2.png') no-repeat center;
    background-size: cover;
}

#share_btn>#share_box>.wb:hover {
    background: url('../../common/images/wb-1.png') no-repeat center;
    background-size: cover;
}

#share_btn>#share_box>.qq {
    background: url('../../common/images/qq-2.png') no-repeat center;
    background-size: cover;
}

#share_btn>#share_box>.qq:hover {
    background: url('../../common/images/qq-1.png') no-repeat center;
    background-size: cover;
}

.qr_core_wx {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.3);
}

.qr_core_wx>.wrap {
    overflow: hidden;
}

.qr_core_wx>.wrap>.hr {
    width: 352px;
    height: 1px;
    margin: 0 auto;
    background: rgba(238, 238, 238, 1);
}

.qr_core_wx>.wrap>.title {
    margin-top: 19px;
    margin-left: 23px;
    margin-bottom: 20px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(172, 172, 172, 1);
}

.qr_core_wx>.wrap>.close_btn {
    position: absolute;
    top: 20px;
    right: 24px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.qr_core_wx>.wrap>.close_btn>img {
    width: 100%;
    height: 100%;
}

.qr_core_wx>.wrap>.qr_img {
    width: 100%;
    height: 318px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -3px;
    margin-top: -2.5px;
}

.qr_core_wx>.wrap>.qr_img>canvas {
    width: 280px !important;
    height: 280px !important;
    margin: 0 auto;
}

.qr_core_wx>.wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 380px;
    background: rgba(255, 255, 255, 1);
    border-radius: 5px;
    transform: translate(-50%, -50%);
}

/*分享弹窗 结束*/