@charset "UTF-8";
#plant{
    width: 787px;
    margin-top: 25px;
    margin-left: 136px;
}
#plant .sm_box{
    width: 205px;
    height: 320px;
    border: 1px solid #dedede;
    border-radius: 15px;
    position: relative;
    float: left;
    margin-right: 65px;
    margin-bottom: 30px;
}
#plant .sm_box .img_box{
    width: 202px;
    border: 1px solid #fff;
    height: 187px;
    border-radius: 15px;
}
#plant .sm_box .img_box img{
    display: block;
    margin: 0 auto;
    margin-top: 70px;
    height: 100px;
}
#plant .sm_box .text_box{
    width: 205px;
    height: 130px;
    background: #F1F1F1;
    border-top: 1px solid #f1f1f1;
    border-radius: 0 0 15px 15px;
}
#plant .sm_box .text_box h5,#plant .sm_box .text_box p{
	margin-left: 15px;
    line-height: 20px;
}
#plant .sm_box .text_box h5{
    margin-bottom: 25px;
    margin-top: 10px;
    color: #404040;
}
#plant .sm_box .text_box p{
    color: #919191;
    line-height: 25px;
}
#plant .sm_box .text_box p b{
    color: #404040;
    margin: 0 3px;
    margin-right: 10px;
}
#plant .sm_box .zhuochong{
    position: absolute;
    right: -38px;
    top: 138px;
    cursor: pointer;
}
#plant .sm_box .jiaoshui{
    position: absolute;
    right: -38px;
    top: 198px;
    cursor: pointer;
    
}
#plant .sm_box .shou{
    position: absolute;
    right: -20px;
    top: -18px;
    cursor: pointer;
    display: none;
}
#scjs_model{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
}
#scjs_model .box{
    width: 576px;
    height: 496px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -288px;
    margin-left: -248px;
    border: 2px solid #399901;
    border-bottom: none;
    border-radius: 0 0 50px 50px;
}
#sc_close{
    position: absolute;
    top: -24px;
    right: -46px;
    cursor: pointer;
}
#scjs_model .box h4{
    color: #404040;
    font-size: 14px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
}
#scjs_model .box .shachong{
    width: 470px;
    height: 250px;
    border: 1px solid #dedede;
    margin: 0 auto;
    border-bottom: none;
    border-radius: 20px 20px 0 0;
}
#scjs_model .box .shachong h5{
    text-align: center;
    color: #ffa800;
    margin-top: 25px;
    font-size: 16px;
    font-family: "微软雅黑";
    height: 25px;
}
#scjs_model .box .shachong h6{
    margin-top: 5px;
    text-align: center;
    color: #5e5e5e;
    font-size: 14px;
    font-weight: normal;
}
#scjs_model .box .shachong .img{
    width: 80px;
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
}
#scjs_model .box .shachong .img img{
    display: block;
    margin: 0 auto;
    max-width: 80px;
}
#scjs_model .box .shachong .img .maomaochong{
    position: absolute;
    top: 15px;
    left: 19px;
}
#scjs_model .box .text{
    background: #f1f1f1;
    height: 140px;
    padding-top: 20px;
    border-radius: 0 0 50px 50px;
}
#start_kill{
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background: #ffa800;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}
#scjs_model .box .text .zhuren{
    width: 472px;
    margin: 0 auto;
    color: #5e5e5e;
    font-size: 12px; 
    margin-top: 20px;
}
#scjs_model .box .text .zhuren b{
    margin-right: 15px;
    color: #000;
    font-size: 14px;
}
#scjs_model .box .text .zhuren p{
    line-height: 25px;
    font-size: 14px;
}
#scjs_model .box .text .zhuren span{
    color: #404040;
    margin: 5px;
}
#scjm{
    position: relative;
}
#scjm .xtb{
    position: absolute;
    right: -4px;
    top: -41px;
}