/* 追溯产品 */
.trace-pr-banner {position: relative; max-width: 1920px; margin: 0 auto;}
.trace-pr-banner button {position: absolute; left: 50%; top: 390px; margin-left: -350px; width: 240px; height: 46px; border: none; background-color: #FFFFFF; border-radius: 23px; font-size: 22px; color: #272727; cursor: pointer;}
.trace-pr-title-box {background-color: #FFFFFF; padding: 40px 0 30px; text-align: center;}
.trace-pr-title {font-size: 36px; font-weight: bold; color: #2C8150;}
.trace-pr-subtitle {margin-top: 15px; font-size: 30px; color: #707070;}
.trace-pr-label {margin-top: 15px; font-size: 16px; font-weight: bold; color: #707070;}
.trace-pr-content-box {background-color: #EDF1F4;}
.trace-pr-content-box1 {width: 1280px; margin: 0 auto; padding: 72px 0; background-color: #FFFFFF;}
.trace-pr-content-box2 {width: 1280px; margin: 0 auto; padding: 72px 0; background-color: #EDF1F4;}
.trace-pr-content-left {float: left;}
.trace-pr-content-right {float: right;}
.trace-pr-content-title {font-size: 36px; font-weight: bold; color: #2C8150;}
.trace-pr-content-text {margin-top: 40px; font-size: 30px; color: #707070;}
.trace-pr-footer {width: 100%; height: 264px; background: url(../images/page/trace_pr_footer.jpg) center repeat-x;}
.trace-pr-footer > div > div:first-child {float: left; height: 90px; padding-left: 20px; margin-top: 80px; font-size: 30px; color: #FFFFFF; border-left: 11px solid #FFFFFF;}
.trace-pr-footer > div > div:last-child {float: right; margin-top: 96px;}
.trace-pr-footer > div > div:last-child button {width: 266px; height: 70px; border: none; background-color: #FFFFFF; border-radius: 11px; font-size: 30px; color: #2C8E50; cursor: pointer;}

#trace-dialog {display: none; width: 600px; height: 680px; background-color: #FFFFFF;}
.trace-dialog-logo {padding: 60px 0 30px; text-align: center;}
.trace-dialog-input {width: 400px; margin: 30px auto 0;}
.trace-dialog-input label {display: inline-block; width: 90px; font-size: 16px; font-weight: bold; color: #707070;}
.trace-dialog-input i {font-size: 16px; color: #FF0000;}
.trace-dialog-input input {width: 300px; height: 50px; padding: 0 10px; margin-left: 10px; font-size: 16px; border: 1px solid #707070; border-radius: 16px;}
.trace-dialog-input input:focus {border-color: #2C8E50;}
.trace-dialog-btn {display: block; width: 400px; height: 50px; margin: 50px auto 0; font-size: 22px; color: #FFFFFF; background-color: #2C8E50; border: none; border-radius: 16px; cursor: pointer;}
.trace-dialog-tip {width: 340px; margin: 0 auto; font-size: 16px; color: #707070; text-align: right;}
