@charset "utf-8";

/*创建的模板主页界面css*/
a {
    text-decoration: none;
}

.clearfix:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    /* 触发 hasLayout */
    zoom: 1;
}

.hp_top {
    width: 100%;
    height: 300px;
    position: relative;
    margin-top: 80px;
}

.index_info {
    width: 1000px;
    height: 300px;
    margin: 0 auto;
}

/*.hp_top img{*/
/*width:100%;*/
/*height:300px;*/
/*}*/
.left_msg {
    min-width: 100px;
    height: 50px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 8px;
    float: left;
    margin-top: 30px;
    padding: 15px;
}

.left_msg .title {
    color: #fff;
    font-size: 18px;
}

.left_msg .desc {
    color: #fff;
    font-size: 14px;
    margin-top: 5px;
    color: #fff
}

.right_msg {
    float: left;
}

.right_msg img {
    width: 30px;
    height: 30px;
    margin-top: 55px;
    margin-left: 10px;
    cursor: pointer;
}

.hp_middle {
    width: 1000px;
    margin: 35px auto;
}

.tj_ts {
    color: #444;
}

.hp_list {
    margin-top: 30px;
}

.one_hp_list_one {
    width: 313px;
    height: 257px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    float: left;
    margin: 10px;
    overflow: hidden;
    background: #fff;
    position: relative;

}

.one_hp_list_one img {
    width: 100%;
    height: 176px;
}

.one_hp_list_one:hover {
    box-shadow: 3px 3px 6px 0px #aaa;
    cursor: pointer;
    text-decoration: none;
}

.add_title {
    width: 90%;
    min-height: 40px;
    margin: 0 auto;
    color: #000000;
    margin-top: 5px;
    font-size: 16px;
    text-align: left;
    display: -webkit-box;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 11px;
}

.one_hp_list_add {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    float: left;
    background: #0099e9;
    text-align: center;
    cursor: pointer;
    margin: 45px 52px;
    position: relative;
}

.one_hp_list_add:hover {
    opacity: 0.7
}

.one_hp_list_add img {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 27px;
    left: 50%;
    transform: translate(-50%, 0%);
}

.edit_one_list {
    position: absolute;
    width: 30px !important;
    height: 30px !important;
    top: 10px;
    right: 48px;
}

.edit_one_list:hover {
    opacity: 0.7
}

.add_ts {
    color: #fff;
    position: absolute;
    top: 78px;
    left: 50%;
    transform: translate(-50%, 0%);
}

.line {
    width: 2px;
    height: 23px;
    background: #0099e9;
    float: left;
    margin-right: 5px;
}

.top_msg {
    position: absolute;
    width: 90%;
    height: 160px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*首页底部添加悬浮*/
.yihui__fixed {
    position: fixed;
    bottom: 40%;
    right: 0;
    width: 50px;
    text-align: center;
}

.fixed__top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #0090e9;
    cursor: pointer;
    background-image: url("../../image/home/fixed_hp_bg.png");
    background-position: 0 0px;
}

.fixed__top:hover {
    background-image: url("../../image/home/fixed_hp_hover.png");
    background-position: 0 -10px;
}

.fixed__home {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #0090e9;
    cursor: pointer;
    background-image: url("../../image/home/fixed_hp_bg.png");
    background-position: 0 -50px;
    margin-top: 1px;
}

.fixed__home:hover {
    background-image: url("../../image/home/fixed_hp_hover01.png");
    background-position: 3px -335px;
}

.fixed__module--two {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #0090e9;
    cursor: pointer;
    background-image: url("../../image/home/fixed_hp_bg.png");
    background-position: 0 -100px;
    margin-top: 1px;
}

.fixed__module--two:hover {
    background-image: url("../../image/home/fixed_hp_hover.png");
    background-position: 0 -113px;
}

.fixed__module--one {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #0090e9;
    cursor: pointer;
    background-image: url("../../image/home/fixed_hp_bg.png");
    background-position: 0 -150px;
    margin-top: 1px;
}

.fixed__module--one:hover {
    background-image: url("../../image/home/fixed_hp_hover.png");
    background-position: 0 -165px;
}

.fixed__module--edit {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #0090e9;
    cursor: pointer;
    background-image: url("../../image/home/fixed_hp_bg.png");
    background-position: 0 -200px;
    margin-top: 1px;
}

.fixed__module--edit:hover {
    background-image: url("../../image/home/fixed_hp_hover.png");
    background-position: 0 -225px;
}

.edit_banner {
    position: absolute;
    width: 80px !important;
    height: 80px !important;
    top: 80px;
    left: 50%;
    cursor: pointer;
    z-index: 999;
}

.add_kv {
    position: absolute;
    width: 80px !important;
    height: 80px !important;
    cursor: pointer;
    margin-top: 170px;
    margin-left: 260px;
}

.edit_title,
.edit_add_title {
    position: absolute;
    width: 40px !important;
    height: 40px !important;
    cursor: pointer;
    margin-top: -20px;
}

/*弹出框css*/
.modal {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
}

.modal_content {
    width: 850px;
    background: #fff;
    margin: 0 auto;
    padding-bottom: 20px;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal_content_title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background: #0099e9;
    position: relative;
}

.close {
    width: 28px;
    height: 28px;
    cursor: pointer;
    opacity: 1;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0%, -50%);
}

.content_box {
    width: 70%;
    margin: 0 auto;
    padding: 15px;
}

.content_head {
    height: 40px;
    width: 360px;
    line-height: 52px;
    text-align: left;
    color: #333;
    font-size: 16px;
}

.content_put {
    width: 100%;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #ccc;
    text-indent: 10px;
    font-size: 16px;
}

.upload_face {
    width: 200px;
    height: 140px;
    background: #efefef;
    text-align: center;
    cursor: pointer;
}

.upload_face img {
    margin-top: 20px;
}

.upload_ts {
    color: #777;
    font-size: 14px;
    margin-bottom: 10px;
}

#image,
#banner_image {
    width: 200px;
    height: 140px;
    position: absolute;
    margin-top: -135px;
    opacity: 0;
    cursor: pointer;
}

.upload_sure,
.edit_sure,
.ordinal_sure,
.banner_sure,
.menu_sure {
    width: 120px;
    height: 30px;
    background: #0099e9;
    color: #fff;
    text-align: center;
    line-height: 30px;
    margin: 0 auto;
    margin-top: 30px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 5px;
}

.upload_image {
    width: 200px;
    height: 140px;
    background: #efefef;
    text-align: center;
    background: #ccc;
    display: none;
}

#image_change,
#banner_change,
#logo_change {
    position: absolute;
    margin-top: -85px;
    width: 30px;
    height: 30px;
    margin-left: 210px;
    opacity: 0;
    cursor: pointer;
}

.highly {
    width: 100%;
    height: 50px;
    float: left;
}

#del_hp_pro,
#del_hp_logo {
    position: absolute;
    width: 20px;
    margin-left: 170px;
    margin-top: 10px;
}

.del_hp_banner {
    width: 20px;
    margin-left: 325px;
    margin-top: -130px;
}

.del_one_list {
    position: absolute;
    width: 30px !important;
    height: 30px !important;
    top: 10px;
    right: 10px;
}

.del_one_list:hover {
    opacity: 0.7
}

/*第二个模板的部分样式*/
.add_blade_two_list {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    float: left;
    background: #0099e9;
    text-align: center;
    cursor: pointer;
    margin: 45px;
    position: relative;
}

.add_blade_two_list:hover {
    opacity: 0.7
}

.add_blade_two_list img {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 19px;
    left: 50%;
    transform: translate(-50%, 0%);
}

.add_blade_two_list .add_ts {
    color: #fff;
    position: absolute;
    top: 62px;
    left: 50%;
    transform: translate(-50%, 0%);
    display: block;
    width: 200px;
}

.content_bottom {
    width: 100%;
    height: 80px;
    border-top: 1px solid #eee;
    line-height: 80px;
    text-align: center;
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    float: left;
}

.select_sure,
.select_cancel,
.more_sure {
    background: #0099e9;
    padding: 10px 35px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
}

.select_one_list {
    width: 210px;
    height: 210px;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    background: #F8F8F8;
    margin-bottom: 25px;
    position: relative;
}

.select_one_list img {
    width: 210px;
    height: 120px;
}

.list_title {
    width: 95%;
    height: 40px;
    margin: 0 auto;
    text-align: left;
    color: #333;
    font-size: 14px;
    line-height: 17px;
}

.list_time {
    width: 95%;
    height: 20px;
    margin: 0 auto;
    text-align: left;
    font-size: 14px;
}

.list_address {
    width: 95%;
    height: 20px;
    margin: 0 auto;
    text-align: left;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #999;
}

.select_act {
    width: 20px !important;
    height: 20px !important;
    position: absolute;
    margin-left: 180px;
    margin-top: 10px;
}

.hp_index_info {
    width: 1000px;
    height: 80px;
    background: #f8f8f8;
    margin: 0 auto;
}

.yh_header {
    width: 100%;
    background-color: #fff;
    position: fixed;
    z-index: 999;
    top: 0;
}

.yh_top {
    width: 1000px;
    margin: 0 auto;
    height: 80px;
    background: #fff;
}

.yh_top_left {
    width: 45%;
    height: 80px;
    float: left;
}

.yh_top_left img:nth-child(1) {
    float: left;
    margin-top: 13px;
}

.yh_top_left img:nth-child(2) {
    float: left;
    margin-left: 10px;
    margin-top: 15px;
}

.user_log {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-size: cover;
}

.user_name {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    width: 70px;
    vertical-align: middle;
}

.header_space {
    margin-top: 80px;
}

.index {
    width: 100%;
    min-width: 1200px;
    position: relative;
}

.yh_top_right {
    width: 55%;
    height: 80px;
    float: right;
    font-size: 17px;
    position: relative;
}

.ul_one {
    margin-top: 26px;
}

.ul_one a {
    color: #444444;
    padding: 8px 15px;
}

.ul_one li a:hover,
.ul_one li a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0099e9;
}

.ul_one>li>a {
    padding: 2px 10px;
}

.btn_user {
    background: none;
    border: none;
    outline: none;
    padding-right: 0;
}

.btn_user:focus {
    background: none;
    border: none;
    outline: none;
}

.drop_down {
    float: right;
    margin-top: 18px;
}

.top_right_one {
    float: right;
    margin-right: 25px;
}

.open>.dropdown-menu {
    left: -34px;
}

.top_right_two {
    float: right;
}

#top_right_login {
    padding-right: 8px;
}

#top_right_register {
    padding-left: 5px;
    padding-right: 0px;
    display: inline-block;
    color: #f6921d;
}

#top_right_register:hover,
#top_right_register:focus {
    text-decoration: none;
    background-color: #fff;
}

.ver_line {
    position: absolute;
    top: 7px;
    right: 41px;
    height: 15px;
    padding-left: 1px;
    color: #f6921d;
}

.hp_logo {
    width: 60px;
    height: 60px;
    margin-top: 10px !important;
    float: left;
}

.hp_title_index {
    max-width: 73%;
    margin-left: 8px;
    font-size: 22px;
    color: #333;
    float: left;
    line-height: 80px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.edit_homename {
    width: 22px;
    cursor: pointer;
    margin-top: 19px;
    margin-left: 6px;
}

.edit_homename:hover {
    opacity: 0.7
}

.edit_menutab {
    cursor: pointer;
    margin-top: -29px;
    width: 22px;
}

.edit_menutab:hover {
    opacity: 0.7
}

.edit_one_banner {
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 20
}

.edit_one_banner:hover {
    opacity: 0.7
}

.one_hp_list_one a {
    text-decoration: none;
}

.edit_menu {
    font-size: 14px;
    color: #0099e9;
    cursor: pointer;
    width: 50px;
    position: absolute;
    right: 100px;
    margin-top: 30px;
}

.search_box {
    width: 100%;
    height: 40px;
    margin-top: 20px;
}

#search_act {
    width: 80px;
    height: 30px;
    background: #f6921d;
    float: left;
    color: #fff;
    line-height: 30px;
    border-radius: 5px;
    margin-left: 10px;
    cursor: pointer;
}

.oneimgbox {
    width: 100%;
    height: 70px;
    background: #eee;
    margin-bottom: 10px;
}

.set_modal_select_box {
    width: 50%;
    display: flex;
    align-items: center;
}

.set_modal_select_body {
    display: flex;
    align-items: center;
    margin-top: 10px;
}