/*
QingcaoCss.css 2 黄杰雷设计
2020-01-30

@格栅
@输入控件
@导航
@字体

QingcaoCss 控制
@面板
@列表组
@信息流

*/
/*页面统一规范****************************************************/
body {
    /* filter: grayscale(100%);悼念 */
    margin: 0;
    background: #ececec;
    font-family: Helvetica Neue, Luxi Sans, DejaVu Sans, Tahoma, Hiragino Sans GB, Microsoft Yahei, sans-serif;
    font-size: 13px;
    color: #565758;
    overflow-x: hidden;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-overflow-scrolling: touch;
}

a {
    text-decoration: none;
    color: #3a3b3f;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #0286cd;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

hr {
    height: 1px;
    border: 0px;
    border-top: 1px solid #edebec;
}

video {}

/*****************************************************/
/*
    *nav导航处理
    */

.nav {
    /* border-top: 3px solid #ab9e7d; */
    margin: 1px auto;
    height: 50px;
}

.nav .UserSet {
    float: right;
    min-width: 150px;
}

.nav .UserSet a {
    display: block;
    color: #ab9e7d;
    text-align: center;
    font-size: 16px;
    padding: 14px;
}

.nav .UserSet:hover {
    background-color: #dbdee6;
    /*鼠标移动到选项上修改背景颜色 1f4493 */
}

/*****************************************************/
.Pc_blank {
    height: 15px;
}

.logo {
    float: left;
    min-width: 150px;
}

.logo a {
    display: block;
    color: #887e66;
    text-align: center;
    font-size: 16px;
    padding: 14px;
}

.logo:hover {
    background-color: #ebdbb4;
    /*鼠标移动到选项上修改背景颜色 1f4493 */
}

/* 在鼠标移上去后显示下拉菜单 */
.nav .logo:hover .Dropdown-Content {
    display: block;
    z-index: 9;
}

/* 下拉内容 (默认隐藏) */
.nav .logo .Dropdown-Content {
    display: none;
    position: absolute;
    background-color: #948f84;
    min-width: 150px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.nav .logo .Dropdown-Content a {
    display: block;
    color: white;
    text-align: left;
    padding: 12px;
    font-size: 14px;
}

.nav .logo .Dropdown-Content a:hover {
    background-color: #3265adc4;
    /*鼠标移动到选项上修改背景颜色 1f4493 */
}

/* 容器 <div> - 需要定位下拉内容 */
.nav .Dropdown {
    float: right;
    min-width: 150px;
}

.nav .Dropdown a {
    display: block;
    color: #ab9e7d;
    text-align: center;
    font-size: 16px;
    padding: 14px;
}

.nav .Dropdown:hover {
    background-color: #dbdee6;
    /*鼠标移动到选项上修改背景颜色 1f4493 */
}

/* 在鼠标移上去后显示下拉菜单 */
.nav .Dropdown:hover .Dropdown-Content {
    display: block;
    z-index: 9;
}

/* 下拉内容 (默认隐藏) */
.nav .Dropdown .Dropdown-Content {
    display: none;
    position: absolute;
    background-color: #948f84;
    min-width: 150px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.nav .Dropdown .Dropdown-Content a {
    display: block;
    color: white;
    text-align: left;
    padding: 12px;
    font-size: 14px;
}

.nav .Dropdown .Dropdown-Content a:hover {
    background-color: #3265adc4;
    /*鼠标移动到选项上修改背景颜色 1f4493 */
}

/*标志位****************************************************/

.Sitelogo {
    display: block;
    color: rgb(59, 55, 55);
    text-align: center;
}

.Sitelogo img {
    border-radius: 15px;
    max-width: 100%;
    height: 100px;
    margin: 0px auto;
}

.Qrcode {
    width: 100%;
    display: block;
    color: rgb(59, 55, 55);
    text-align: center;
}

.Qrcode img {
    height: 120px;
    display: block;
    margin: 5px auto;
    box-shadow: 0 0 3px #ccc;
}

/*搜索位****************************************************/

.SiteSearch {
    display: block;
    width: 100%;
    margin: 0px;
}

.SiteSearch_keyword {
    height: 45px;
    float: left;
    font-size: 16px;
    color: #798295;
    width: 80%;
    background-color: #ecf0f9;
    border: 1px solid #ebf0f9;
    padding: 3px 30px;
    border-radius: 5px 0 0 5px;
    outline: none;
}

.SiteSearch_keyword:hover {
    border: 1px solid #e3e3e4;
    outline: none;
}

.SiteSearch_keyword:focus {
    outline: none;
}

.SiteSearch_Btn {
    height: 45px;
    float: left;
    width: 20%;
    font-size: 16px;
    font-weight: 550;
    color: #3d4e72;
    background-color: #e4e7ee;
    border: 1px solid #ebf0f9;
    padding: 2px 25px;
    border-radius: 0 5px 5px 0;
}

.SiteSearch_Btn:hover {
    cursor: pointer;
    background-color: #c5ccdc;
}

/* 搜索结果 */
.zhaozhao {
    width: 25%;
    float: left;
    background-color: #ffffff;
    text-align: left;
}

.zhaozhao .thePic img {
    border-radius: 10px;
    width: 100%;
    display: block;
    padding: 5px;
    box-shadow: 0 0 3px #ccc;
}

.zhaozhao .theTitle {
    height: 70px;
    color: #3a5795;
    display: block;
    text-decoration: none;
    text-align: left;
    font-size: 16px;
    padding: 5px;
    text-overflow: ellipsis;
    /*当对象内文本溢出时显示省略标记（...）*/
}

.zhaozhao .theMore {
    height: 70px;
    color: #36383c;
    display: block;
    text-decoration: none;
    text-align: left;
    font-size: 12px;
    padding: 5px;
    text-overflow: ellipsis;
    /*当对象内文本溢出时显示省略标记（...）*/
}

.zhaozhao .theTitle:hover {
    color: #1f4493;
    /*鼠标移动到选项上修改背景颜色 1f4493 */
    /* background-color: #f3f5fc; */
}

/*****************************************************/
.FrontTextPanel {
    width: 100%;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
    color: #8e97ab;
    font-size: 15px;
    padding: 5px 0;
    overflow: hidden;
}

.FrontTextPanel a {
    color: #666e7e;
    text-decoration: none;
}

.ModuleTitle {
    display: block;
    width: 100%;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
    font-size: 17px;
    font-weight: 500;
    color: #1f4493;
    padding: 10px 30px;
    overflow: hidden;
}

.FooterPanel {
    display: block;
    width: 100%;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
    font-size: 15px;
    color: #666e7e;
    padding: 30px 0px;
    overflow: hidden;
}

.FooterPanel a {
    color: #536794;
    text-decoration: none;
}

/*菜单区****************************************************/
.ZaogaiMenu {
    color: #909090;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    padding: 14px;
    line-height: 150%;
    background-color: #ffffff;
    box-shadow: 0 0 3px #ccc;
}

.ZaogaiMenu-Title {
    font-size: 13px;
    font-weight: 600;
    text-align: left;
    padding: 10px;
    line-height: 150%;
    color: #445992;
    background-color: #fafafa;
    box-shadow: 0 0 3px #ccc;
}

.IconPanel {
    text-align: center;
    color: #647291;
    background-color: #FFFFFF;
    font-size: 16px;
    font-weight: 550;
    margin-bottom: 10px;
    margin-top: 10px;
}

.GivePannel {
    margin-top: 20px;
    padding: 10px 20px 10px 20px;
    display: block;
    width: 100%;
    background-color: #f2f5fc;
    border-radius: 5px;
    box-shadow: 0 0 3px #ccc;
}

/*最大广告图****************************************************/
.AdvPic {
    /* border: 1px solid #b4b2b2;
        border-radius: 0 15px 15px 0; */
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 3px #ccc;
    margin-bottom: 10px;
}

.AdvPic img {
    width: 100%;
    border-radius: 10px 10px 10px 10px;
    display: block;
}

/*四列商品组合****************************************************/
.B1 {
    width: 100%;
    display: block;
    color: #b5bac5;
    font-size: 19px;
    font-weight: 520;
    text-align: left;
    padding-top: 2px;
}

.B1 a {
    color: #666e7e;
    text-decoration: none;
}

.B1 a:hover {
    color: #1f4493;
    /*鼠标移动到选项上修改背景颜色 1f4493 */
}

/*四列商品组合****************************************************/
.F2 {
    width: 100%;
    background-color: #ffffff;
    text-align: center;
    margin-bottom: 10px;
    box-shadow: 0 0 3px #ccc;
}

.F2 img {
    max-width: 100%;
    height: auto;
    display: block;
}

.F4 {
    width: 100%;
    color: #909090;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    padding: 14px;
    background-color: #ffffff;
    box-shadow: 0 0 3px #ccc;
}

.F4 img {
    max-width: 90%;
    height: auto;
    display: block;
    box-shadow: 0 0 20px #ccc;
}

.F4 a {
    display: block;
    color: #3b5795;
    padding: 3px;
    margin-bottom: 2px;
}

.F4 a:hover {
    background-color: #f4f4f4;
    /*鼠标移动到选项上修改背景颜色 */
}

/*B2精选标签组合****************************************************/
/* 四张大图 */
.B2 {
    width: 25%;
    float: left;
    background-color: #ffffff;
    text-align: center;

}

.B2 img {
    width: 100%;
    display: block;
    box-shadow: 0 0 3px #ccc;
}

.B2 a {
    display: block;
    text-decoration: none;
    color: #3a5795;
    text-align: center;
    font-size: 17px;
    font-weight: 520;
    padding: 4px;
}

.B2 a:hover {
    background-color: #f7f7f3;
    /*鼠标移动到选项上修改背景颜色 1f4493 */
    color: rgb(78, 74, 74);
}

/*B4精选标签组合****************************************************/
.B4 {
    display: block;
    float: left;
    width: 25%;
    height: 150px;
    text-align: center;
    padding: 10px;
    font-size: 15px;
    margin: 0px;
    color: #3d4e72;
    background-color: #e4e7ee;
    border: 5px solid #ffffff;
    overflow: hidden;
    /*溢出隐藏*/
    white-space: nowrap;
    /*规定文本不进行换行*/
    text-overflow: ellipsis;
    /*当对象内文本溢出时显示省略标记（...）*/

}

.B4:hover {
    color: #1f4493;
    border: 5px solid #1f4493;
}

.B4 a {
    display: block;
    text-decoration: none;
    color: #3a5795;
    overflow: hidden;
    /*溢出隐藏*/
    white-space: nowrap;
    /*规定文本不进行换行*/
    text-overflow: ellipsis;
    /*当对象内文本溢出时显示省略标记（...）*/
}

.B4 a:hover {
    background-color: #dee4f1;
    /*鼠标移动到选项上修改背景颜色 1f4493 */
    color: #3a5795;
}

/*****************************************************/
/* 主要呈现的布局区 */
.Zaogai {
    width: 100%;
    padding: 10px;
    background-color: #ffffff;
    box-shadow: 0 0 3px #ccc;
}

.Zaogai .Title {
    text-align: center;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
    font-size: 24px;
    font-weight: 530;
    padding: 15px;
    color: #a5947e;
    background-color: #faf9f8;
    overflow: hidden;
    margin-bottom: 10px;
    line-height: 150%;
}

.Zaogai .Title a {
    color: #a5947e;
}

.Zaogai .List {
    width: 100%;
    line-height: 150%;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
    text-transform: uppercase;
    font-size: 17px;
    padding: 5px 15px;
    /* background-color: #f9fcff; */
    margin-bottom: 5px;
    /* box-shadow:0 0 2px #ccc; */
    border-bottom: 1px solid #e9e7e6;
}

.Zaogai .List a {
    color: #3a5795;
}

.Zaogai .List:hover {
    color: #3a5795;
}

.Zaogai .ListTitle {
    width: 100%;
    text-align: center;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 520;
    padding: 15px;
    color: #a5947e;
    margin-bottom: 5px;
}

.Zaogai .ListTitle a {
    color: #a5947e;
}

.Zaogai .Content {
    text-align: left;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
    font-size: 18px;
    padding: 5px 15px;
    background-color: #fcfcfc;
    overflow: hidden;
    margin-bottom: 5px;
}

.Zaogai .Content img {
    border-radius: 10px;
    max-width: 100%;
    height: auto;
    margin: 5px auto;
    display: block;
    box-shadow: 0 0 20px #ccc;
}

.Zaogai .Content p {
    padding: 0px;
    font-size: 18px;
    margin: 10px 0px 10px 0px;
    line-height: 150%;
}

.Zaogai .Content a {
    color: #3a5795;
    font-weight: 530;
}

.Zaogai .FooterText {
    width: 100%;
    text-align: right;
    line-height: 150%;
    padding: 5px 15px;
    color: #a3a7ae;
    background-color: #fcfcfc;
}

/*****************************************************/
.ZaogaiForm {
    padding: 10px;
    margin-bottom: 10px;
    color: #a3a7ae;
    line-height: 150%;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 3px #ccc;
}

.ZaogaiForm a {
    color: #a5947e;
}

.ZaogaiForm input {
    width: 100%;
    height: 35px;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 150%;
    padding: 5px 15px;
    color: #565758;
    border: 1px solid #f4f6fb;
    background-color: #edf0f6;
}

.ZaogaiForm select,
option {
    width: 100%;
    height: 35px;
    font-size: 16px;
    background-color: #edf0f6;
    padding: 5px 15px;
    color: #565758;
    border: 1px solid #f4f6fb;
}

.ZaogaiForm textarea {
    width: 100%;
    height: 100px;
    margin-bottom: 5px;
    line-height: 150%;
    padding: 5px 15px;
    font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif;
    font-size: 16px;
    color: #565758;
    font-weight: 500;
    border: 1px solid #f4f6fb;
    background-color: #f4f6fb;
}

.ZaogaiForm .title {
    width: 100%;
    margin-bottom: 5px;
    padding: 10px 5px 10px 20px;
    background-color: #dae0ec;
    font-weight: 550;
    font-size: 17px;
    line-height: 150%;
    color: #3a5795;
}

.ZaogaiForm .title a {
    color: #3a5795;
    text-decoration: none;
}

.ZaogaiForm .Btn {
    cursor: pointer;
    width: 100%;
    height: 35px;
    font-weight: 600;
    margin-bottom: 0px;
    border-radius: 4px;
    background-color: #3b5796;
    font-size: 15px;
    color: #FFFFFF;
    box-shadow: 0 0 3px #ccc;
}

/*****************************************************/
/* 主要商品呈现的效果设计 */
.GoodsLabelList {
    width: 100%;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
    text-transform: uppercase;
    font-size: 15px;
    padding: 5px 15px;
    background-color: #f4f4f5;
    margin-bottom: 5px;
}

.left_GoodsFace {
    float: left;
    width: 35%;
    padding: 10px;
    background-color: #fbfbfc;
}

.right_GoodsInfo {
    float: left;
    width: 65%;
    padding: 10px 10px 10px 30px;
    border-left: 1px solid #d6d3c7;
}

.GoodsTitle {
    font-size: 25px;
    font-weight: 530;
    color: #3a5795;
    line-height: 150%;

}

.Give {
    width: 200px;
    height: 60px;
    padding: 15px 40px;
    margin: 5px 0 5px 0;
    font-size: 20px;
    font-weight: 550;
    background-color: #bb0010;
    color: #fcfcfd;
    border-radius: 5px;
}

/*
    *分页工具条
    */

.Tool-paging {
    width: 100%;
    color: #948f84;
    background-color: #fcfcfc;
    margin-top: 5px;
    /* margin-bottom: 5px; */
    padding: 10px;
    font-size: 15px;
    text-align: center;
    box-shadow: 0 0 3px #ccc;
}

.Tool-paging a {
    color: #948f84;
    background-color: #f4f2ee;
    padding: 3px 10px;
}

.CallMe {
    position: fixed;
    bottom: 100px;
    right: 10px;
    width: 130px;
    height: 200px;
}

/*****************************************************/
/*
    *格栅布局
    */
.main {
    border-radius: 5px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    max-width: 1200px;
    background-color: #ffffff;
    clear: both;
    box-shadow: 0 0 5px #bababa;
    /* margin-bottom: 5px; */
}

.main * {
    box-sizing: border-box;
}

.main:after {
    content: "";
    display: block;
    clear: both;
}

.left,
.right,
.centerbox,
.all {
    float: left;
    margin: 2px;
    background: #ffffff;
    border-radius: 15px;
}

.left {
    width: 50px;
    padding: 10px;
}

.right {
    width: 50px;
    padding: 10px;
}

.centerbox {
    width: 1090px;
    padding: 5px 0px;
}

.all {
    width: 100%;
    padding: 10px;
}


@media screen and (max-width: 1200px) {

    /*移动端时隐藏这些元素*/
    .main .left,
    .main .right,
    .nav ul,
    .nav .UserSet,
    .CallMe,
    .Pc_blank {
        display: none;
    }

    .main {
        margin: 5px;
    }

    .left,
    .right,
    .centerbox,
    .all {
        width: 100%;
        display: block;
        margin-right: auto;
        margin-left: auto;
        padding: 2px;
    }

    .SiteSearch {
        display: block;
        width: 100%;
        border: 0px solid #a5a5a5;
        padding: 10px;
        /* background-color: #3a5795; */
    }

    .SiteSearch_keyword {
        height: 45px;
        display: block;
        background-color: #f1f2f5;
        border: 0px solid #bdbfc4;
        width: 100%;
        border-radius: 5px 5px 0 0;
    }

    .SiteSearch_Btn {
        height: 45px;
        display: block;
        /* background-color: #dfe2eb; */
        width: 100%;
        border-radius: 0 0 5px 5px;
    }

    .B2,
    .B4,
    .zhaozhao {
        width: 50%;
        display: block;
    }

    .B1,
    .FrontTextPanel {
        padding: 10px;
    }

    .FooterPanel {
        display: block;
        width: 100%;
        padding: 30px 10px;
        overflow: hidden;
    }

    .left_GoodsFace,
    .right_GoodsInfo {
        display: block;
        width: 100%;
    }

    .right_GoodsInfo {
        padding: 5px;
    }

    .Give {
        width: 100%;
        height: 60px;
        padding: 15px;
        text-align: center;
    }