@charset "utf-8";
// 头部-start
body{
    background-color: #fff;
}
.header{
    width: 100%;
    height: 0.87rem;
    padding: 0 0.3rem;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background: #fff;
    border-bottom: 1px solid #f4f4f4;
    .header-a{
        height: 0.87rem;
        width: 0.18rem;
        position: absolute;
        top: 0;
        left: 0.3rem;
        display: block;
        img{
            width: 100%;
            height: 100%;
        }
    }
    .header-span{
        font-size: 0.32rem;
        color: #333333;
        line-height: 0.87rem;
        font-weight: bold;
    }
}
// 头部-end
// 内容-start
.com{
    height: 11rem;
    width: 100%;
    padding: 0 0.3rem;
    margin-top: 0.88rem;
    box-sizing: border-box;
    .com-box1{
        width: 100%;
        height: 1.4rem;
        border-bottom: 1px solid #eeeeee;
        text-align: left;
        .com-box1-p1{
            line-height: 0.9rem;
            height: 0.9rem;
            font-size: 0.28rem;
            color: #000;
            font-weight: bold;
            .com-box1-p1-span1{
                color: red;
            }
        }
        .com-box1-p2{
            height: 0.5rem;
            font-size: 0.28rem;
            color: #959595;
            line-height: 0.28rem;
            select{
                border: 0;    
                appearance: none;  
                -moz-appearance: none;    
                -webkit-appearance: none;   
                background: url("../images/com_icon1_03.jpg") no-repeat scroll right center transparent; 
                background-size: 34/108rem; 
                width: auto;
                font-size: 0.28rem;
                color: #959595;
                line-height: 0.28rem;
                padding-left: 0.2rem;
                padding-right: 4.9rem;
              }

        }
    }
    .com-box2{
        width: 100%;
        height: 3.84rem;
        text-align: left;
        .com-box2-p1{
            line-height: 0.9rem;
            height: 0.9rem;
            font-size: 0.28rem;
            color: #000;
            .com-box2-p1-span1{
                color: red;
            }
        }
        textarea{
            border:none;
            outline: none;
            resize: none;
            width: 100%;
            height: 2.94rem;
            font-size: 0.26rem;
            color: #999999;
        }
    }
    .com-box3{
        width: 100%;
        height: 2.7rem;
        text-align: left;
        .com-box3-p1{
            line-height: 0.75rem;
            height: 0.75rem;
            font-size: 0.28rem;
            color: #000;
            // .com-box3-p1-span1{
            //     padding-left: 0.1rem;
            // }
        }
        .com-box3-p2{
            height: 1.95rem;
            width: auto;
            display: flex;
            a{
                display: block;
                width: 1.34rem;
                height: 1.34rem;
                margin-right: 0.08rem;
                img{
                    width: 100%;
                    height: 100%;
                }
            }
        }
    }
    .com-box4{
        width: 100%;
        height: 1rem;
        text-align: left;
        margin-top: 0.28rem;
        .com-box4-p1{
            line-height: 0.3rem;
            height: 0.3rem;
            font-size: 0.28rem;
            color: #000;
            .com-box4-p1-span1{
                color: red;
            }
        }
        .com-box4-p2{
            height: 0.7rem;
            width: 100%;
            input{
                background:none;  
	            outline:none;  
	            border:none;
                font-size: 0.28rem;
                line-height: 0.7rem;
                color: #999999;
            }
        }
    }
}
.com-but{
    height: 0.8rem;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.3rem;
    .com-but-box{
        width: 100%;
        height: 0.8rem;
        border-radius: 0.4rem;
        background-color: #1b449b;
        a{
            display: block;
            width: auto;
            height: auto;
            font-size: 0.3rem;
            color: #fff;
            font-weight: bold;
            line-height: 0.8rem;
            text-align: center;
        }
    }
}