body{font-size:16px;color: #4d5259;background-color: whitesmoke;margin: auto;}
.t {max-width: 1000px;margin:auto;}
.t h1{background: #55acee;height: 50px;line-height: 50px;text-align: center;color: white;font-size: 18px;font-weight: 600;}
@media (max-width: 1000px) {.t h1{margin: auto;}}
@media (min-width: 1000px) {.t h1{margin:50px 0 0 0;}}
.t .t1{background: white;border: 1px solid #e7e7e7;padding: 10px;}
.t .t2{color: #ec5e00;font-weight:600;}
@media (max-width: 500px) {.t .t1 .i{width: 100%;}}
@media (min-width: 500px) {.t .t1 .i{width: 500px;}}
.t .t2 a{margin-left: 10px;;}
.t a{color:#1492b8;text-decoration:none;font-weight:500;}
.tt{background-color: white;border: 1px solid #e7e7e7;padding: 10px;margin-top: 10px;}
.scmd{text-align: center;margin-top: 10px;}