/**工具页面样式*/
@media (max-width: 720px) {
    .tools-banner {
        position: relative;
        width: 100%;
        height: 100px;
        background-image: url("../images/tools-banner.png");
    }

    .tools-banner-title {
        position: relative;
        padding: 50px 0px;
        font-size: 50px;
        font-weight: lighter;
        color: #ffffff;
        width: 100%;
        text-align: center;
        z-index: 30;
    }

    .tools-input {
        height: 30px;
        width: 330px;
        z-index: 20;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -165px;
        margin-top: -15px;
    }

    .tools-input-select {
        float: left;
        padding: 0 0 0 5px;
        width: 80px;
        height: 30px;
        color: #005ca9;
        background-size: 100% 100%;
        font-size: 18px;
        background: url("../images/arr-down.png") no-repeat;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
    }

    .tools-input-select:hover {;
        background: url("../images/arr-down-hover.png") no-repeat;
    }

    .tools-input-text {
        float: left;
        width: 200px;
        height: 30px;
        margin-left: 10px;
        padding-left: 10px;
        color: #d9d9d9;
        font-size: 16px;
    }

    .tools-input-search {
        width: 30px;
        height: 30px;
        float: left;
        margin-left: 10px;
        border: none;
        background: url("../images/tools-search.png") no-repeat;
        background-size: 30px 30px;
    }

    .tools-input-search:hover {
        background: url("../images/tools-search-hover.png")
    }

    .shipping-date {
        margin-top: 30px;
    }

    .tools-col {
        overflow: hidden;
        margin-top: 20px;
    }

    .tools-title {
        font-size: 24px;
        color: #959595;
        padding-left: 30px;
    }

    .list-item {
        width: 270px;
        overflow: hidden;
        margin-top: 5px;
        float: left;
        margin-left: 30px;
    }

    .list-item-title {
        font-size: 20px;
        color: #005ca9;
        font-weight: bold;
    }

    .list-item .tools-list {
        width: 240px;
    }

    .tools-list li {
        float: left;
        padding: 5px 0px;
        width: 240px;
    }

    .tools-list li a {
        font-size: 14px;
        color: #898989;
    }
}
@media (min-width: 720px) {
    .tools-banner {
        position: relative;
        background-image: url("../images/tools-banner.png");
        height: 260px;
    }

    .tools-banner-title {
        position: relative;
        padding: 100px 0px;
        font-size: 50px;
        font-weight: lighter;
        color: #ffffff;
        width: 100%;
        text-align: center;
        z-index: 30;
    }

    .tools-input {
        height: 60px;
        z-index: 20;
        position: absolute;
        top: 50%;
        margin-top: -30px;
        top: 50%;
        margin-top: -30px;
        left: 50%;
        margin-left: -330px;
    }

    .tools-input-select {
        float: left;
        padding: 0 0 0 35px;
        /*width: 200px;*/
        height: 60px;
        color: #005ca9;
        font-size: 18px;
        /*background: url("/images/arr-down-hover.png") no-repeat;*/
        /*background-position: 0px 0px;*/
        /*appearance: none;*/
        /*-moz-appearance: none;*/
        /*-webkit-appearance: none;*/
    }

    .tools-input-text {
        float: left;
        width: 430px;
        height: 60px;
        margin-left: 10px;
        padding-left: 30px;
        color: #d9d9d9;
        font-size: 16px;
    }

    .tools-input-search {
        width: 60px;
        height: 60px;
        float: left;
        margin-left: 10px;
        border: none;
        background: url("../images/tools-search.png")
    }

    .tools-input-search:hover {
        background: url("../images/tools-search-hover.png")
    }

    .tools-wrap {
        margin-bottom: 80px;
    }

    .tools-col {
        overflow: hidden;
    }

    .tools-title {
        margin: 33px 0 33px 0;
        font-size: 24px;
        color: #959595;
    }

    .list-item {
        width: 270px;
        overflow: hidden;
        margin-top: 5px;
        float: left;
        min-height: 313px;
    }

    .list-item-title {
        font-size: 20px;
        color: #005ca9;
        font-weight: bold;
    }

    .list-item .tools-list {
        width: 240px;
    }

    .tools-list li {
        float: left;
        padding: 5px 0px;
        width: 240px;
    }

    .tools-list li a {
        font-size: 14px;
        color: #898989;
    }
}