* {
    padding: 0;
    margin: 0;
}


/* top */

.top {
    width: 100%;
    height: 38px;
    color: #222;
    background-color: #f6f6f6;
}

.top_content {
    width: 1190px;
    height: 38px;
    margin: 0 auto;
}

.top_content p {
    font-size: 14px;
    color: #222;
    margin-top: 10px;
    float: left;
}

.top_right {
    float: right;
    height: 38px;
    /* width: 600px; */
    vertical-align: middle;
    position: relative;
}

.top_right a {
    text-decoration: none;
    font-size: 14px;
}


/* .top_right img {
    position: relative;
    top: 5px;
    left: 0;
} */

.top_right span,
a {
    display: inline-block;
    margin-top: 10px;
}

.top_right span {
    margin: 0 10px;
}


/* 登录 */

.login {
    color: #222;
}


/* 免费注册 */

.freeSignup {
    color: #F03A58;
    margin-right: 50px;
}


/* 手机版 */

.phone {
    font-weight: bold;
    font-size: 14px;
}

.phone img {
    position: absolute;
    right: 0;
    bottom: -100px;
}

.showMe {
    display: none;
    position: absolute;
    right: -10px;
    bottom: -160px;
    z-index: 2;
}

.showMe img {
    width: 286px;
}

.phone:hover .showMe {
    display: block;
}


/* 页头  */

.header {
    width: 1190px;
}

.header_search {
    height: 100px;
    width: 1190px;
    /* background-color: rgb(114, 231, 187); */
}


/* logo */

.logo {
    margin-top: 20px;
    float: left;
}

.logo img {
    width: 280px;
}


/* search */

.search {
    width: 610px;
    height: 100px;
    /* background-color: #666; */
    float: left;
}

.search .search_input {
    margin-top: 20px;
}

.search input {
    width: 480px;
    height: 36px;
    border: #F03A58 2px solid;
    border-radius: 4px;
    outline: none;
}

.search button {
    height: 40px;
    width: 108px;
    font-size: 18px;
    border: none;
    outline: none;
    border-radius: 4px;
    color: white;
    background: #F03A58 url(../images/ico_search@2x.png) no-repeat 13px 8px;
    position: relative;
    left: -7px;
    top: 3px;
}

.search p {
    font-size: 12px;
    color: #888;
}

.search span {
    margin-right: 10px;
}

.button {
    width: 100px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #F03A58;
    color: #F03A58;
    background: #fff url(../images/ico_quickOrder@2x.png) no-repeat 12px 10px;
    border-radius: 4px;
    padding-left: 35px;
    margin-top: 20px;
    outline: none;
    position: relative;
    left: 0;
    top: 3px;
}


/* 联系客服  */

.about {
    width: 1190px;
    height: 150px;
    margin: 0 auto;
    /* background-color: #a5b366; */
    margin-bottom: 80px;
}

.about ul {
    width: 1190px;
    height: 50px;
    /* background-color: #0e3d5c; */
    padding: 60px 0;
}

.about ul li {
    width: 265px;
    height: 100px;
    padding-left: 30px;
    float: left;
    list-style: none;
    border-bottom: 1px solid #ebebeb;
}

.about div {
    float: right;
    margin-right: 70px;
}

.about p {
    font-size: 18px;
}

.about span {
    font-size: 12px;
}


/* 关于我们 */

.footer {
    width: 1190px;
    height: 200px;
    /* background-color: aqua; */
    margin: 0 auto;
}

.footer ul li {
    list-style: none;
    float: left;
    margin-right: 85px;
}

.footer ul p {
    font-size: 20px;
}

.footer ul a {
    font-size: 12px;
    color: #888;
    text-decoration: none;
    display: block;
    margin-top: 8px;
}

.footer_right {
    float: right;
}


/* 页脚声明 */

.statement {
    width: 100%;
    height: 98px;
    background-color: #2F323F;
}

.statement_img_p {
    height: 98px;
    width: 1190px;
    margin: 0 auto;
}

.statement_img_p img {
    width: 60px;
    margin-top: 10px;
    margin-left: 50px;
    float: left;
}

.statement_img_p p {
    font-size: 12px;
    color: #666;
    margin: auto;
    margin-top: 20px;
}

.statement_right {
    width: 1000px;
    height: 80px;
    float: right;
    text-align: center;
    padding: 10px;
    margin-right: 50px;
}