﻿html, body {
    margin: 0;
}

.ts-main {
    text-align: center;
}

    .ts-main div {
        margin: auto;
        border: 1px solid red;
        width: 120px;
        height: 32px;
        line-height: 32px;
        border-radius: 4px;
        background-color: #f31414;
        color: white;
    }

        .ts-main div a {
            color: white;
            text-decoration: none;
        }

footer {
   /* top: 72%;*/
    position: absolute;
    width: 100%;
}

.main-footer a {
    text-decoration: none;
    color: #959595;
}

    .main-footer a:visited {
        color: #959595;
    }

.main-footer {
    height: 250px;
    background-color: black;
    color: white;
    margin: 0 auto;
    position: relative;
}

    .main-footer .footer-center {
        width: 1440px;
        margin: 0 auto;
    }

    .main-footer .footer-div {
        display: inline-block;
        height: 100%;
        margin-left: 150px;
    }

    .main-footer .footer-title {
        margin-top: 70px;
        margin-bottom: 30px;
        font-weight: 600;
    }

    .main-footer .footer-info {
        margin-bottom: 10px;
        color: #959595;
    }

    .main-footer .qrcode {
        position: absolute;
        top: 50px;
        height: auto !important;
    }

        .main-footer .qrcode img {
            width: 150px;
            margin: 0 auto;
            display: flex;
        }

        .main-footer .qrcode div {
            text-align: center;
            color: #959595;
        }

.ts-main-info {
    font-size: 2rem;
    margin-top: 100px;
    margin-bottom: 20px;
}

/* 搜索源商品链接 */
.search-main {
    border: 1px solid #cbc2c2;
    margin-top: 40px;
    height: 360px;
}

.search-main-info {
    height: 50px;
    margin: 40px 20px;
    /* border: 1px solid red; */
    padding: 6px;
    background-color: aliceblue;
    width: 90%;
}

.search-main-content {
    /*border: 1px solid red;*/
    height: 80px;
}

    .search-main-content div {
        /*border: 1px solid red;*/
        text-align: center;
        height: 48px;
        line-height: 48px;
    }

        .search-main-content div input {
            height: 28px;
            line-height: 28px;
        }

.search-btn {
    background-color: #fe6404 !important;
    border: 0px;
    width: 140px;
    color: white;
    border-color: #fe6404 !important;
    padding: 0px 15px 6px;
    font-size: 12px;
    border-radius: 4px;
}

.search-main-result {
    /*border:1px solid red;*/
}

.search-main-result-info {
    width: 25%;
    float: left;
    text-align: right;
    padding-right: 5px;
}

.search-linkurl-info {
    width: 45%;
    float: left;
    font-size: 13px;
}

.search-main-result-copy-btn {
    background-color: #fe6404 !important;
    border: 0px;
    width: 60px;
    color: white;
    border-color: #fe6404 !important;
    padding: 0px 15px 6px;
    font-size: 12px;
    border-radius: 4px;
}


/* 转换源商品链接 */
.jh-main {
    border: 1px solid #cbc2c2;
    margin-top: 30px;
    height: 620px;
}

.jh-main-info {
    height: 50px;
    margin: 20px 20px;
    padding: 6px;
    background-color: aliceblue;
    width: 95%;
}

.jh-main-content {
    /*border: 1px solid red;*/
    height: 80px;
}

    .jh-main-content div {
        /*border: 1px solid red;*/
        text-align: center;
        height: 48px;
        line-height: 48px;
    }

        .jh-main-content div input {
            height: 28px;
            line-height: 28px;
        }

.jh-main-content-account {
    width: 32%;
    text-align: right;
}

.jh-main-content-oper .oper-startoper {
    text-align: right;
    width: 20%;
    float: left;
    padding-right: 2%;
}

.jh-main-content-oper .oper-copyresult {
    width: 20%;
    text-align: left;
    float: left;
    margin-left: 2%;
}

.itemurl-content {
    /*border: 1px solid red;*/
    height: auto;
    width: auto;
}

    .itemurl-content .input-itemurl {
        width: 45%;
        float: left;
        /*border: 1px solid red;*/
    }

.input-itemurl .cleft {
    text-align: left;
    padding-left: 10%;
    font-size: 12px;
}

.itemurl-content .gd {
    width: 10%;
    float: left;
    height: 400px;
    line-height: 400px;
}

.itemurl-content .output-itemurl {
    width: 45%;
    float: right;
/*    border: 1px solid red;*/
}

.output-itemurl .cleft {
    text-align: left;
    padding-left: 10%;
    font-size: 12px;
}

.input-itemurl .cright {
}

.jh-btn {
    background-color: #fe6404 !important;
    border: 0px;
    width: 140px;
    color: white;
    border-color: #fe6404 !important;
    padding: 0px 15px 6px;
    font-size: 12px;
    border-radius: 4px;
}

.jh-main-result {
    /*border:1px solid red;*/
}

.jh-main-result-info {
    width: 25%;
    float: left;
    text-align: right;
    padding-right: 5px;
}

.jh-linkurl-info {
    width: 45%;
    float: left;
    font-size: 13px;
}

.jh-main-result-copy-btn {
    background-color: #fe6404 !important;
    border: 0px;
    /*width: 60px;*/
    color: white;
    border-color: #fe6404 !important;
    padding: 0px 15px 6px;
    font-size: 12px;
    border-radius: 4px;
}
