/*-----time.html的样式------*/
body{}
.timeFrom{position: relative;font:16px "微软雅黑";width:500px;height: 450px;margin:0 auto;border: 1px solid #CCCCCC;padding: 15px 15px 15px 5px;/*text-align: center;*/}
.timeFrom .bgImg{position: absolute;top: 30px;left: 60px;width: 400px;z-index: -1;opacity: 0.1;}
.timeFrom h2{display: inline-block;width: 100%;text-align: center;font:bold 18px "微软雅黑";margin-bottom: 25px;margin-top: 20px;}
.timeFrom .spanTit{float: left;display: inline-block;width: 200px;text-align: right;margin-top: 10px;}
/*.timeFrom .spanTit:first-child{margin-top: 0px;}*/
.timeFrom .inputTxt{background-color: transparent;border: 1px solid #000000;font:14px "微软雅黑";margin-top: 10px;padding: 3px 6px 3px 6px;width: 220px;}
/*.timeFrom .inputTxt:first-child{margin-top: 0px;}*/
.timeFrom .inputTextarea{background-color: transparent;border: 1px solid #000000;font:14px "微软雅黑";margin-top: 10px;padding: 3px 6px 3px 6px;width: 220px;height: 100px;}
.timeFrom .subBtn{margin-top: 45px;margin-bottom: 5px;margin-left: 181px;font:18px "微软雅黑";padding: 4px 10px;}
.timeFrom .subBtn{cursor: pointer;background: linear-gradient(-45deg, #f857a6, #ff5858);color: #FFFFFF;border: none;font: 20px "微软雅黑";padding: 7px 20px;border-radius: 20px;transition: all .3s ease-in-out,background .3s ease-in-out;}
.timeFrom .subBtn:hover {color: #fff;box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);}