a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    color: #999;
}

body {
    position: relative;
}

.header {
    width: 100%;
    height: 80px;
    box-shadow: 0px 1px 5px rgb(209 209 209);
}

.con_title {
    display: block;
    font-size: 15px;
    color: #8a8a8a;
    line-height: 60px;
}

.con_title span {
    font-size: 40px;
    color: #282828;
    margin-right: 16px;
}

.con_width {
    display: block;
    width: 80vw;
    height: auto;
    margin: 0 auto;
}

.header .logo {
    /* width: 159px; */
    height: 80px;
}

.header .logo img {
    height: 60px;
    margin-top: 10px;
}

.header .nav {
    display: flex;
    justify-content: center;
    flex: 1;
}

.header .navigation {
    display: flex;
    width: 80%;
}

.header .navigation li {
    height: 80px;
    font-size: 16px;
    text-align: center;
    flex: 1;
}

.header .navigation li>a {
    display: block;
    /* width: 65px; */
    color: #666;
    transition: all 0.3s;
    position: relative;
    line-height: 77px;
    border-bottom: #fff 3px solid;
}

.nav li:hover>a {
    border-bottom-color: #4fcbfe;
    color: #4fcbfe;
}

.header .searchdiv {
    position: relative;
}

.header .searchspan {
    display: block;
    width: 45px;
    height: 80px;
    background-image: url(../image/searchIco.png);
    background-repeat: no-repeat;
    background-position: center;
}

.header .search {
    width: 300px;
    height: 38px;
    background: rgba(0, 0, 0, .3);
    position: absolute;
    right: 0;
    opacity: 0;
    /* margin-left: 450px; */
    top: 100%;
    z-index: 4;
    overflow: hidden;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.searchdiv:hover .search {
    opacity: 1 !important;
}

.header .keyword {
    float: left;
    width: 230px;
    height: 38px;
    border: 0 none;
    padding: 8px 10px;
    line-height: 38px;
    border: 1px solid #4fcbfe;
    border-right: 0 none;
    background: 0 none;
}

.header .search .submit {
    float: left;
    border: 0 none;
    background-color: #4fcbfe;
    color: #fff;
    width: 70px;
    height: 38px;
    line-height: 38px;
    cursor: pointer;
    text-align: center
}

.header .topR {
    height: 80px;
    float: right;
    display: flex;
}

.header .header_con {
    width: 80%;
    display: flex;
}

.header .topR a,
.header .topR p {
    display: inline-block;
    line-height: 80px;
    margin-left: 10px;
    margin-right: 20px;
    position: relative;
    font-size: 16px;
    color: rgb(54, 175, 250);
    transition: all 0.3s;
}

.header .topR p {
    float: left;
}

.header .topR .shop_car {
    margin-right: 0;
}

.header .nav li .navChild {
    position: absolute;
    width: 100%;
    z-index: 200;
    left: 0;
    top: 77px;
    /* opacity: 0; */
    display: none;
    visibility: hidden;
    background: rgba(255, 255, 255, 0.97);
    padding-bottom: 20px;
    box-shadow: rgb(0 0 0 / 20%) 0px -1px 30px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px -1px 30px;
    -webkit-box-shadow: rgb(0 0 0 / 20%) 0px -1px 30px;
}

.header .nav li:hover .navChild {
    display: block;
    /* opacity: 1; */
    visibility: visible;
}

.header .navChild>div {
    border-top: #4fcbfe 6px solid;
    display: flex;
}

.header .navChild div.list {
    margin: 20px auto;
    text-align: left;
    width: 150px;
    margin-right: 90px;
    float: left;
    min-height: 384px;
}

.header .navChild div.list {
    margin: 20px auto;
    text-align: left;
    width: 150px;
    margin-right: 9px;
    float: left;
    min-height: 384px;
}

.header .navChild .about .list {
    margin: 20px auto;
    text-align: left;
    width: 150px;
    margin-right: 90px;
    float: left;
    min-height: 39px;
}

.header .navChild div a {
    font-size: 14px;
    color: #666;
    display: block;
    min-width: 83px;
    margin-left: 10px;
    margin-top: 15px;
}

.header .navChild .list p {
    font-size: 16px;
    color: #333;
    padding-left: 10px;
    position: relative;
}

.header .navChild .list p::after {
    content: '';
    width: 3px;
    height: 16px;
    background: #4fcbfe;
    position: absolute;
    left: 0;
    top: 4px;
}

.header .topR a:hover,
.header .topR p:hover {
    cursor: pointer;
    text-decoration: none;
    color: #4fcbfe;
}

.header .topR .userSetting {
    position: relative;
}

.header .topR .userset {
    position: absolute;
    top: 80px;
    left: -10%;
    width: 140px;
    background-color: #fff;
    border-top: #4fcbfe 6px solid;
    display: none;
    z-index: 2;
}

.header .topR .userSetting:hover .userset {
    display: block;
}

.header .userset li {
    font-size: 14px;
    min-height: 100%;
    font-family: "微软雅黑";
    color: #666;
    display: block;
    margin: 25px 20px;
    cursor: pointer;
}

.header .userset li:hover {
    color: rgb(54, 175, 250);
}

.header .userset li:nth-of-type(1):hover .my_img {
    background-image: url(../image/mine_info.png) !important;
}

.header .userset li:nth-of-type(2):hover .my_img {
    background-image: url(../image/my_order_info.png) !important;
}

.header .userset li:nth-of-type(3):hover .my_img {
    background-image: url(../image/my_address_info.png) !important;
}

.header .userset li:nth-of-type(4):hover .my_img {
    background-image: url(../image/exit_info.png) !important;
}

.header .userset .my_img {
    width: 25px;
    height: 25px;
    display: block;
    float: left;
    margin-right: 10px;
    background-size: cover;
}

.footer {
    display: block;
    background: rgb(241, 241, 241);
    height: auto;
    position: relative;
    /* margin-top: 25px; */
    padding-top: 55px;
}

.wid1680 {
    width: 1680px;
    margin: 0 auto;
    height: auto;
}

.footTop {
    display: block;
    padding: 0px 0 10px;
    /* background-image: url(images/footBg_02.jpg); */
    position: relative;
}

.footTop>div {
    display: flex;
}

.footTop>div>div {
    flex: 1;
}

.bgCen {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
}

.wid1680 {
    width: 1680px;
    margin: 0 auto;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

.left {
    display: inline-block;
    float: left;
}

.footDiv1 {
    width: 344px;
    margin-right: 10%;
}

.footLogo {
    display: block;
    margin-bottom: 20px;
}

.footLogo img {
    width: auto !important;
    height: 100px !important;
    margin-left: 34px;
}

.footTitle {
    display: block;
    width: auto;
    height: auto;
    font-size: 20px;
    line-height: 34px;
    padding-top: 1px;
}

.footTitle h3 {
    font-weight: bolder;
}

.footDiv2Nav {
    display: block;
    margin-top: 20px;
}

.footTitle em {
    display: block;
    width: 36px;
    height: 1px;
    background: #a47f3b;
}

.footDiv2Nav a {
    font-size: 14px;
    line-height: 40px;
    display: block;
    padding-left: 14px;
    /* background: url(../images/more-01.png) no-repeat left center; */
}

.footDiv1Text {
    font-size: 14px;
    line-height: 28px;
    padding-left: 34px;
}

.footBot {
    min-height: 74px;
    padding: 20px 0;
}

.footBotText {
    max-width: calc(100% - 300px);
    font-size: 14px;
    color: #7c7c7c;
    line-height: 26px;
    padding: 4px 0;
    margin: 0 auto;
}

.footBotText p {
    text-align: center;
}

.footBotSelect {
    display: flex;
}

.footBotSelect p {
    flex: 1;
    text-align: center;
    color: #7c7c7c;
}

.footBotSelectDiv {
    display: block;
    width: 262px;
    height: 34px;
    line-height: 32px;
    border: 1px solid #434343;
    font-size: 14px;
    color: #7c7c7c;
    padding-left: 8px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /* background: url(images/more-02.png) no-repeat 238px center; */
    cursor: pointer;
}

.footBotSelectIn {
    display: none;
    width: 262px;
    height: auto;
    position: absolute;
    bottom: 34px;
    left: 0;
    z-index: 9;
    background: #fff;
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 8%);
}

.footBotSelect:hover .footBotSelectDiv {
    color: #ccc;
}

.footBotSelect:hover .footBotSelectIn {
    display: block;
}